Click or drag to resize
Akka.NETOptionT  Conversion (T to OptionT)

Namespace:  Akka.Streams.Util
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static implicit operator Option<T> (
	T value
)

Parameters

value
Type: T
The object to convert

Return Value

Type: OptionT
The result of the conversion.
See Also