| Interface | Description |
|---|---|
| Error<Reason> |
A CommandError explains failures.
|
| Class | Description |
|---|---|
| Error.StringError<Reason> | |
| Error.ThrowableError<Reason> | |
| FutureResult<E,T> |
Represents an operation that calculates an
Result asynchronously. |
| NonEmptyList<A> |
A random access
List implementation that is guaranteed to contain at least one item. |
| Result<E,A> |
A Result is either a success containing a value of the specified type, or a failure with a list value errors.
|
| Sequence |
A monotonically increasing identifier.
|
Copyright © 2019. All rights reserved.