Interface | Description |
---|---|
ThrowingConsumer<T,E extends java.lang.Exception> |
A consumer of a value that optionally throws an exception.
|
ThrowingRunnable<E extends java.lang.Exception> |
A
Runnable that optionally throws an exception. |
ThrowingSupplier<T,E extends java.lang.Exception> |
A supplier of results that optionally throws an exception.
|