![]() |
BadScript 2
|
Go to the source code of this file.
Classes | |
class | CSharpx.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). More... | |
class | CSharpx.Nothing< T > |
Models a CSharpx.Maybe when in empty state. More... | |
class | CSharpx.Just< T > |
Models a CSharpx.Maybe when contains a value. More... | |
class | CSharpx.MaybeExtensions |
Provides convenience extension methods for CSharpx.Maybe. More... | |
Namespaces | |
namespace | CSharpx |
Enumerations | |
enum | CSharpx.MaybeType { CSharpx.Just , CSharpx.Nothing } |
Discriminator for CSharpx.Maybe. More... | |