interface |
BiFunctionWithException<T,U,R,E extends Exception> |
Represents a function that accepts two arguments, may thrown exception and
produces a result.
|
interface |
BinaryOperatorWithException<T,E extends Exception> |
Represents an operation upon two operands of the same type, that may throw
exception, producing a result of the same type as the operands.
|
interface |
DoubleFunctionWithException<R,E extends Exception> |
Represents a function that accepts a double-valued argument, may throw
exception and produces a result.
|
interface |
FunctionWithException<T,R,E extends Exception> |
Represents a function that accepts one argument, may throw exception and
produces a result.
|
interface |
IntFunctionWithException<R,E extends Exception> |
Represents a function that accepts an int-valued argument, may throw
exception and produces a result.
|
interface |
LongFunctionWithException<R,E extends Exception> |
Represents a function that accepts a long-valued argument, may throw
exception and produces a result.
|
interface |
ObjectInputFilterWithException<E extends Exception> |
Filter classes, array lengths, and graph metrics during deserialization that
may throw exception.
|
interface |
SupplierWithException<T,E extends Exception> |
Represents a supplier of results that may thrown exception.
|
interface |
UnaryOperatorWithException<T,E extends Exception> |
Represents an operation on a single operand that produces a result of the
same type as its operand.
|