| Interface | Description |
|---|---|
| Task |
A task that has no result and may throw an exception.
|
| TriFunction<A,B,C,D> |
Represents a function that accepts three arguments and produces a result.
|
| ValueHandler<V,T extends java.lang.Throwable> | |
| ValueMapper<I,O,T extends java.lang.Throwable> |