Enhanced C#
Language of your choice: library documentation
|
Static Public Member Functions | |
static Maybe< T > | Value< T > (T value) |
Returns new Maybe<T>(value) . (exists for type inference) More... | |
static T | AsNullable< T > (this Maybe< T > val) |
static Maybe< T > | AsMaybe< T > (this Nullable< T > val) |
static Maybe< T > | AsMaybe< T > (this T val) |