![]() |
BadScript 2
|
Classes | |
class | Either |
class | EitherExtensions |
class | EnumerableExtensions |
class | Just |
Models a CSharpx.Maybe when contains a value. More... | |
class | Left |
class | Maybe |
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). More... | |
class | MaybeExtensions |
Provides convenience extension methods for CSharpx.Maybe. More... | |
class | Nothing |
Models a CSharpx.Maybe when in empty state. More... | |
class | Right |
Enumerations | |
enum | EitherType { Left , Right } |
enum | MaybeType { Just , Nothing } |
Discriminator for CSharpx.Maybe. More... | |
|
package |
Enumerator | |
---|---|
Left | Failed computation case. |
Right | Sccessful computation case. |
|
package |
Discriminator for CSharpx.Maybe.
Enumerator | |
---|---|
Just | |
Nothing |