Methods_T_CSharpx_EitherExtensions - adutton/commandline GitHub Wiki
The EitherExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
Bimap(TLeft, TRight, TLeft1, TRight1) | |
![]()
|
Bind(TLeft, TRight, TResult) | |
![]()
|
IsLeft(TLeft, TRight) | |
![]()
|
IsRight(TLeft, TRight) | |
![]()
|
Map(TLeft, TRight, TResult) | |
![]()
|
Match(TLeft, TRight) | |
![]()
|
ToEither(TRight) | Equivalent to monadic Return(TRight)(TRight) operation. Builds a Right(TLeft, TRight) value in case value by default. |
