| Interface | Description |
|---|---|
| ThrowingConsumer<T> |
A consumer that can throw checked exceptions.
|
| ThrowingFunction<T,R> |
A function that can throw checked exceptions.
|
| ThrowingRunnable |
A runnable that can throw checked exceptions.
|
| ThrowingSupplier<T> |
A supplier that can throw checked exceptions.
|