fx-sharp  0.1
A collection of functional extensions for C#.
 All Classes Namespaces Files Functions Variables Enumerator
FxSharp.Maybe< T > Member List

This is the complete list of members for FxSharp.Maybe< T >, including all inherited members.

GetOrElse(T other)FxSharp.Maybe< T >
Match< TResult >([NotNull] Func< TResult > nothing, [NotNull] Func< T, TResult > just)FxSharp.Maybe< T >
Match_([NotNull] Action nothing, [NotNull] Action< T > just)FxSharp.Maybe< T >
Otherwise_([NotNull] Action fn)FxSharp.Maybe< T >
Select< TResult >([NotNull] Func< T, TResult > fn)FxSharp.Maybe< T >
Select_([NotNull] Action< T > fn)FxSharp.Maybe< T >
SelectMany< TInter, TResult >([NotNull] Func< T, Maybe< TInter >> firstFn, [NotNull] Func< T, TInter, TResult > secondFn)FxSharp.Maybe< T >
SelectMany< TResult >([NotNull] Func< T, Maybe< TResult >> fn)FxSharp.Maybe< T >
ToString()FxSharp.Maybe< T >