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

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

Bimap< TLeft, TRight, TLeft1, TRight1 >(this Either< TLeft, TRight > either, Func< TLeft, TLeft1 > mapLeft, Func< TRight, TRight1 > mapRight)CSharpx.EitherExtensionsstatic
Bind< TLeft, TRight, TResult >(this Either< TLeft, TRight > either, Func< TRight, Either< TLeft, TResult > > func)CSharpx.EitherExtensionsstatic
IsLeft< TLeft, TRight >(this Either< TLeft, TRight > either)CSharpx.EitherExtensionsstatic
IsRight< TLeft, TRight >(this Either< TLeft, TRight > either)CSharpx.EitherExtensionsstatic
Map< TLeft, TRight, TResult >(this Either< TLeft, TRight > either, Func< TRight, TResult > func)CSharpx.EitherExtensionsstatic
Match< TLeft, TRight >(this Either< TLeft, TRight > either, Action< TLeft > ifLeft, Action< TRight > ifRight)CSharpx.EitherExtensionsstatic
ToEither< TRight >(this TRight value)CSharpx.EitherExtensionsstatic