| Class | Description |
|---|---|
| Box<T> |
A mutable container of an optional get.
|
| Either<LT,RT> |
Either type represents values with two possibilities.
|
| Maybe<E> |
Holds an optional value.
|
| OptionalIterator<E> |
Decorates an Iterator yielding Optional.of(element) for every element in the
contained iterator and Optional.empty() beyond the nested iterator bounds
|
| OptionalToEither<L,R> |
Transforms an optional mapping Optional.nothing to
Either.left(leftTypeProvider()) and Optional.just to Either.right.
|
Copyright © 2017. All rights reserved.