| Interface | Description |
|---|---|
| QuadFunction<T,U,V,W,R> |
Represents a function that accepts four arguments and produces a result.
|
| ThrowingConsumer<T,E extends Exception> |
The version of
Consumer<T> that can throw an exception. |
| ThrowingFunction<T,R,E extends Exception> |
This version of
Function<T, R> that can throw an exception. |
| ThrowingSupplier<T,E extends Exception> |
This version of
Supplier<T> can throw an exception. |
| TriFunction<T,U,V,R> |
Represents a function that accepts four arguments and produces a result.
|
| Exception | Description |
|---|---|
| ThrowingConsumer.TunneledException |
An exception used to tunnel checked exceptions through a non-throwing interface.
|