|
Class |
Description |
 |
Either |
|
 |
Either(TLeft, TRight) |
|
 |
EitherExtensions |
|
 |
EnumerableExtensions |
|
 |
EnumerableExtensions.MaterializedEnumerable(T) |
|
 |
Just(T) |
Models a Maybe when contains a value. |
 |
Left(TLeft, TRight) |
|
 |
Maybe |
Provides static methods for manipulating Maybe. |
 |
Maybe(T) |
The Maybe type models an optional value. A value of type Maybe a either contains a value of type a (represented as Just a), or it is empty (represented as Nothing). |
 |
MaybeExtensions |
Provides convenience extension methods for Maybe. |
 |
Nothing(T) |
Models a Maybe when in empty state. |
 |
Right(TLeft, TRight) |
|