| ThrowingBiConsumer<A,B,X extends Exception> |
Represents an operation that accepts two input arguments and returns no result.
|
| ThrowingBiFunction<T,U,R,X extends Exception> |
Represents a function that accepts two arguments and produces a result.
|
| ThrowingBiPredicate<T,U,X extends Exception> |
Represents a predicate (boolean-valued function) of two arguments.
|
| ThrowingCallable<V,X extends Exception> |
TODO JavaDoc
|
| ThrowingConsumer<A,X extends Exception> |
Represents an operation that accepts a single input argument and returns no result.
|
| ThrowingFunction<T,R,X extends Exception> |
Represents a function that accepts one argument and produces a result.
|
| ThrowingPredicate<T,X extends Exception> |
Represents a predicate (boolean-valued function) of one argument.
|
| ThrowingRunnable<X extends Exception> |
TODO JavaDoc
|
| ThrowingSupplier<T,X extends Exception> |
Represents a supplier of results.
|
| ThrowingTriConsumer<A,B,C,X extends Exception> |
TODO JavaDoc
|
| ThrowingUnaryOperator<T,X extends Exception> |
Represents an operation on a single operand that produces a result of the same type as its operand.
|
| TriConsumer<A,B,C> |
TODO JavaDoc
|