| OptionT Conversion (T to OptionT) |
Performs an implicit conversion from
[!:T] to
OptionT.
Namespace:
Akka.Streams.Util
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static implicit operator Option<T> (
T value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: T
The object to convert
Return Value
Type:
OptionTThe result of the conversion.
See Also