| ThrowingBiConsumer |
Represents an operation that accepts two input arguments and returns no result.
|
| ThrowingBiFunction |
Represents a function that accepts two arguments and produces a result.
|
| ThrowingBinaryOperator |
Represents an operation upon two operands of the same type, producing a result of the same type as the operands.
|
| ThrowingBiPredicate |
Represents a predicate (boolean-valued function) of two arguments.
|
| ThrowingBooleanSupplier |
Represents a supplier of boolean-valued results.
|
| ThrowingConsumer |
Represents an operation that accepts a single input argument and returns no result.
|
| ThrowingDoubleBinaryOperator |
Represents an operation upon two double-valued operands and producing a double-valued result.
|
| ThrowingDoubleConsumer |
Represents an operation that accepts a single double-valued argument and returns no result.
|
| ThrowingDoubleFunction |
Represents a function that accepts a double-valued argument and produces a result.
|
| ThrowingDoublePredicate |
Represents a predicate (boolean-valued function) of one double-valued argument.
|
| ThrowingDoubleSupplier |
Represents a supplier of double-valued results.
|
| ThrowingDoubleToIntFunction |
Represents a function that accepts a double-valued argument and produces an int-valued result.
|
| ThrowingDoubleToLongFunction |
Represents a function that accepts a double-valued argument and produces a long-valued result.
|
| ThrowingDoubleUnaryOperator |
Represents an operation on a single double-valued operand that produces a double-valued result.
|
| ThrowingFunction |
Represents a function that accepts one argument and produces a result.
|
| ThrowingIntBinaryOperator |
Represents an operation upon two int-valued operands and producing an int-valued result.
|
| ThrowingIntConsumer |
Represents an operation that accepts a single int-valued argument and returns no result.
|
| ThrowingIntFunction |
Represents a function that accepts an int-valued argument and produces a result.
|
| ThrowingIntPredicate |
Represents a predicate (boolean-valued function) of one int-valued argument.
|
| ThrowingIntSupplier |
Represents a supplier of int-valued results.
|
| ThrowingIntToDoubleFunction |
Represents a function that accepts an int-valued argument and produces a double-valued result.
|
| ThrowingIntToLongFunction |
Represents a function that accepts a int-valued argument and produces a long-valued result.
|
| ThrowingIntUnaryOperator |
Represents an operation on a single int-valued operand that produces an int-valued result.
|
| ThrowingLongBinaryOperator |
Represents an operation upon two long-valued operands and producing a long-valued result.
|
| ThrowingLongConsumer |
Represents an operation that accepts a single long-valued argument and returns no result.
|
| ThrowingLongFunction |
Represents a function that accepts a long-valued argument and produces a result.
|
| ThrowingLongPredicate |
Represents a predicate (boolean-valued function) of one long-valued argument.
|
| ThrowingLongSupplier |
Represents a supplier of long-valued results.
|
| ThrowingLongToDoubleFunction |
Represents a function that accepts a long-valued argument and produces a double-valued result.
|
| ThrowingLongToIntFunction |
Represents a function that accepts a long-valued argument and produces an int-valued result.
|
| ThrowingLongUnaryOperator |
Represents an operation on a single long-valued operand that produces a long-valued result.
|
| ThrowingObjDoubleConsumer |
Represents an operation that accepts an object-valued and a double-valued argument, and returns no result.
|
| ThrowingObjIntConsumer |
Represents an operation that accepts an object-valued and an int-valued argument, and returns no result.
|
| ThrowingObjLongConsumer |
Represents an operation that accepts an object-valued and a long-valued argument, and returns no result.
|
| ThrowingPredicate |
Represents a predicate (boolean-valued function) of one argument.
|
| ThrowingRunnable |
Represents a task that accepts no input and returns no result.
|
| ThrowingSupplier |
Represents a supplier of results.
|
| ThrowingToDoubleBiFunction |
Represents a function that accepts two arguments and produces a double-valued result.
|
| ThrowingToDoubleFunction |
Represents a function that produces a double-valued result.
|
| ThrowingToIntBiFunction |
Represents a function that accepts two arguments and produces an int-valued result.
|
| ThrowingToIntFunction |
Represents a function that produces an int-valued result.
|
| ThrowingToLongBiFunction |
Represents a function that accepts two arguments and produces a long-valued result.
|
| ThrowingToLongFunction |
Represents a function that produces a long-valued result.
|
| ThrowingUnaryOperator |
Represents an operation on a single operand that produces a result of the same type as its operand.
|
| UncheckedException |
Wraps a throwable with an unchecked exception.
|