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.
|
ThrowingConsumer |
Represents a function that accepts one argument and does not return any value;
Function might throw a checked exception instance.
|
ThrowingFunction |
Represents a function that accepts one argument and returns a value;
Function might throw a checked exception instance.
|
ThrowingIntFunction |
Functional interface mirroring IntFunction for primitive ints from the java.util.function package.
|
ThrowingPredicate |
Represents a function that accepts one argument and returns a boolean value
Function might throw a checked exception instance.
|
ThrowingRunnable |
Represents an action that can be performed.
|
ThrowingSupplier |
Represents a function that accepts zero arguments and returns some value.
|
ThrowingUnaryOperator |
Represents an operation on a single operand that produces a result of the
same type as its operand.
|