BadScript 2
Loading...
Searching...
No Matches
CSharpx.MaybeExtensions Member List

This is the complete list of members for CSharpx.MaybeExtensions, including all inherited members.

Bind< T1, T2 >(this Maybe< T1 > maybe, Func< T1, Maybe< T2 > > func)CSharpx.MaybeExtensionsstatic
Do< T >(this Maybe< T > maybe, Action< T > action)CSharpx.MaybeExtensionsstatic
Do< T1, T2 >(this Maybe< Tuple< T1, T2 > > maybe, Action< T1, T2 > action)CSharpx.MaybeExtensionsstatic
FromJust< T >(this Maybe< T > maybe)CSharpx.MaybeExtensionsstatic
FromJustOrFail< T >(this Maybe< T > maybe, Exception exceptionToThrow=null)CSharpx.MaybeExtensionsstatic
GetValueOrDefault< T >(this Maybe< T > maybe, T noneValue)CSharpx.MaybeExtensionsstatic
IsJust< T >(this Maybe< T > maybe)CSharpx.MaybeExtensionsstatic
IsNothing< T >(this Maybe< T > maybe)CSharpx.MaybeExtensionsstatic
Map< T1, T2 >(this Maybe< T1 > maybe, Func< T1, T2 > func)CSharpx.MaybeExtensionsstatic
MapValueOrDefault< T1, T2 >(this Maybe< T1 > maybe, Func< T1, T2 > func, T2 noneValue)CSharpx.MaybeExtensionsstatic
MapValueOrDefault< T1, T2 >(this Maybe< T1 > maybe, Func< T1, T2 > func, Func< T2 > noneValueFactory)CSharpx.MaybeExtensionsstatic
Match< T >(this Maybe< T > maybe, Action< T > ifJust, Action ifNothing)CSharpx.MaybeExtensionsstatic
Match< T1, T2 >(this Maybe< Tuple< T1, T2 > > maybe, Action< T1, T2 > ifJust, Action ifNothing)CSharpx.MaybeExtensionsstatic
MatchJust< T1, T2 >(this Maybe< Tuple< T1, T2 > > maybe, out T1 value1, out T2 value2)CSharpx.MaybeExtensionsstatic
Select< TSource, TResult >(this Maybe< TSource > maybe, Func< TSource, TResult > selector)CSharpx.MaybeExtensionsstatic
SelectMany< TSource, TValue, TResult >(this Maybe< TSource > maybe, Func< TSource, Maybe< TValue > > valueSelector, Func< TSource, TValue, TResult > resultSelector)CSharpx.MaybeExtensionsstatic
ToEnumerable< T >(this Maybe< T > maybe)CSharpx.MaybeExtensionsstatic
ToMaybe< T >(this T value)CSharpx.MaybeExtensionsstatic