| Class | Description |
|---|---|
| Either<F,S> |
Selection of two values.
|
| Either.First<F,S> |
Container that only has the first value.
|
| Either.Second<F,S> |
Container that only has the second value.
|
| Joiner |
Object that joins parts of text specified as iterable, varargs or array.
|
| Option<T> |
An immutable object that contains either a non-null reference to another object or contains nothing, i.e.
|
| Pair<L,R> |
Simple two element tuple combining two elements.
|
| Try<T> |
Wrapper around potentially unsafe execution.
|
| Try.FunctionExecutor<R,P> |
Delayed function executor.
|
Copyright © 2018. All rights reserved.