| Interface | Description |
|---|---|
| ThrowingBiFunction<T,R,S,E extends Exception> | |
| ThrowingConsumer<T,E extends Exception> | |
| ThrowingFunction<T,R,E extends Exception> | |
| ThrowingSupplier<T,E extends Exception> | |
| ThrowingVoidSupplier<E extends Exception> |
| Class | Description |
|---|---|
| Either<L,R> | Deprecated |
| Either.LeftProjection<L,R> |
Projects an Either into a Left.
|
| Either.RightProjection<L,R> |
Projects an Either into a Right.
|
| ExtendedStream<T> | Deprecated |
| Failure<T> | Deprecated |
| Functions | Deprecated |
| Optionals | Deprecated |
| Pair<L,R> | Deprecated |
| StreamableOptional<T> | Deprecated |
| Streams | Deprecated |
| Success<T> | Deprecated |
| Try<T> | Deprecated |
Copyright © 2014–2017. All rights reserved.