| Class and Description |
|---|
| Either
Represents a value of one of two possible types.
|
| LeftProjection
This is a left-biased wrapper for an instance of
Either. |
| None
Represents an empty
Option. |
| Option
Represents optional values.
|
| RightProjection
This is a right-biased wrapper for an instance of
Either. |
| Try
The 'Try' type represents a computation that may either result in an exception, or return a successfully computed value.
|
Copyright © 2015. All rights reserved.