OptTPure Method
Simply returns Some<T> function: val => Some(val).
Useful for composing functions of Opt<T> type.
Namespace: Orx.Fun.OptionAssembly: Orx.Fun.Option (in Orx.Fun.Option.dll) Version: 1.2.1+ea79806fa5e0e04bfdaef2a1916930e75e2cde74
public static Func<T, Opt<T>> Pure()
Return Value
FuncT,
OptT