All Classes
-
All Classes Class Summary Exception Summary Class Description Maybe<T> An object that may contain a value of typeT.NoMaybeValue A checked exception that forces the programmer to handle the possibility of empty maybes.
| Class | Description |
|---|---|
| Maybe<T> |
An object that may contain a value of type
T. |
| NoMaybeValue |
A checked exception that forces the programmer to handle the possibility
of empty maybes.
|