|
Enhanced C#
Loyc library documentation
|
This is the complete list of members for Loyc.Maybe, including all inherited members.
| AsMaybe< T >(this Nullable< T > val) | Loyc.Maybe | inlinestatic |
| AsMaybe< T >(this T val) | Loyc.Maybe | inlinestatic |
| Or< M, T >(this M maybe, T defaultValue) | Loyc.Maybe | static |
| Or< M, T >(this M maybe, Func< T > getDefaultValue) | Loyc.Maybe | static |
| OrNull< T >(this Maybe< T > val) | Loyc.Maybe | inlinestatic |
| Then< T >(this IMaybe< T > maybe, Action< T > then) | Loyc.Maybe | inlinestatic |
| Then< T, R >(this IMaybe< T > maybe, Func< T, R > then, Func< R > @else) | Loyc.Maybe | static |
| Then< T, R >(this IMaybe< T > maybe, Func< T, R > then, R defaultValue) | Loyc.Maybe | static |
| Value< T >(T value) | Loyc.Maybe | inlinestatic |
1.8.7