OptTPure Method

Simply returns Some<T> function: val => Some(val). Useful for composing functions of Opt<T> type.

Definition

Namespace: Orx.Fun.Option
Assembly: Orx.Fun.Option (in Orx.Fun.Option.dll) Version: 1.2.1+ea79806fa5e0e04bfdaef2a1916930e75e2cde74
C#
public static Func<T, Opt<T>> Pure()

Return Value

FuncT, OptT

See Also