![]() |
BadScript 2
|
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.EitherExtensions | static |
| Bind< TLeft, TRight, TResult >(this Either< TLeft, TRight > either, Func< TRight, Either< TLeft, TResult > > func) | CSharpx.EitherExtensions | static |
| IsLeft< TLeft, TRight >(this Either< TLeft, TRight > either) | CSharpx.EitherExtensions | static |
| IsRight< TLeft, TRight >(this Either< TLeft, TRight > either) | CSharpx.EitherExtensions | static |
| Map< TLeft, TRight, TResult >(this Either< TLeft, TRight > either, Func< TRight, TResult > func) | CSharpx.EitherExtensions | static |
| Match< TLeft, TRight >(this Either< TLeft, TRight > either, Action< TLeft > ifLeft, Action< TRight > ifRight) | CSharpx.EitherExtensions | static |
| ToEither< TRight >(this TRight value) | CSharpx.EitherExtensions | static |