| Interface | Description |
|---|---|
| CheckedBiConsumer<T,U> |
BiConsumer that may throw Exception.
|
| CheckedBiFunction<T,U,R> |
BiFunction that may throw Exception.
|
| CheckedBiPredicate<T,U> |
BiPredicate that may throw Exception.
|
| CheckedConsumer<T> |
Consumer that may throw Exception.
|
| CheckedFunction<T,R> |
Function that may throw Exception.
|
| CheckedPredicate<T> |
Predicate that may throw Exception.
|
| CheckedSupplier<T> |
Supplier that may throw Exception.
|