Interface | Description |
---|---|
BiConsumerWithException<T,U> |
Consumer interface that allows exceptions.
|
BiFunctionWithException<T,U,R> |
BiFunction interface that allows exceptions.
|
ConsumerWithException<T> |
Consumer interface that allows exceptions.
|
FunctionWithException<T,R> |
Function interface that allows exceptions.
|
PredicateWithException<T> |
Predicate interface that allows exceptions.
|
RunnableWithException |
Runnable interface that allows exceptions.
|
SupplierWithException<R> |
Supplier interface that allows exceptions.
|
Class | Description |
---|---|
Exceptions |