| Predicates |
The utilities class for Java Predicate
|
| Streams |
The utilities class for Stream
|
| ThrowableAction |
A functional interface for actions that may throw a Throwable.
|
| ThrowableBiConsumer<T,U> |
Represents an operation that accepts two input arguments and returns no result,
potentially throwing a Throwable.
|
| ThrowableBiFunction<T,U,R> |
Represents a function that accepts two arguments and produces a result, which may throw a Throwable.
|
| ThrowableBiFunction.ExceptionHandler<T,U,R> |
The handler interface for exception
|
| ThrowableConsumer<T> |
Represents an operation that accepts a single input argument and returns no
result, which may throw a Throwable.
|
| ThrowableFunction<T,R> |
Represents a function that accepts one argument and produces a result, which may throw a checked exception.
|
| ThrowableSupplier<T> |
A functional interface similar to Supplier, but allows the get() method to throw a
Throwable.
|