BiConsumerWithException |
Represents an operation that accepts two input arguments and returns no
result and may throw exception.
|
BiFunctionWithException |
Represents a function that accepts two arguments, may thrown exception and
produces a result.
|
BinaryOperatorWithException |
Represents an operation upon two operands of the same type, that may throw
exception, producing a result of the same type as the operands.
|
BiPredicateWithException |
Represents a predicate (boolean-valued function) of two arguments that may
throw exception.
|
BooleanSupplierWithException |
Represents a supplier of boolean -valued results which may throw
exception.
|
ConsumerWithException |
Represents an operation that accepts a single input argument, may thrown
exception and returns no result.
|
DoubleBinaryOperatorWithException |
Represents an operation upon two double -valued operands, may throw
exception and producing a double -valued result.
|
DoubleConsumerWithException |
Represents an operation that accepts a single double -valued argument,
may throw exception and returns no result.
|
DoubleFunctionWithException |
Represents a function that accepts a double-valued argument, may throw
exception and produces a result.
|
DoublePredicateWithException |
Represents a predicate (boolean-valued function) of one double -valued
argument that may throw exception.
|
DoubleSupplierWithException |
Represents a supplier of double -valued results and may throw
exception.
|
DoubleToIntFunctionWithException |
Represents a function that accepts a double-valued argument, may throw
exception and produces an int-valued result.
|
DoubleToLongFunctionWithException |
Represents a function that accepts a double-valued argument, may throw
exception and produces a long-valued result.
|
DoubleUnaryOperatorWithException |
Represents an operation on a single double -valued operand that may
thrown exception and produces a double -valued result.
|
ExceptionHandlerSupport |
Root interface to support global operations related to exception handling.
|
ExceptionMapper |
Interface to help create mapper function for exception wrapping.
|
FileFilterWithException |
A filter for abstract pathnames and may throw an exception.
|
FilenameFilterWithException |
Instances of classes that implement this interface are used to filter
filenames and may throw exception.
|
FunctionWithException |
Represents a function that accepts one argument, may throw exception and
produces a result.
|
IntBinaryOperatorWithException |
Represents an operation upon two int -valued operands, may thrown
exception and producing an int -valued result.
|
IntConsumerWithException |
Represents an operation that accepts a single int -valued argument,
may throw exception and returns no result.
|
IntFunctionWithException |
Represents a function that accepts an int-valued argument, may throw
exception and produces a result.
|
IntPredicateWithException |
Represents a predicate (boolean-valued function) of one int -valued
argument that may throw exception.
|
IntSupplierWithException |
Represents a supplier of int -valued results and may throw exception.
|
IntToDoubleFunctionWithException |
Represents a function that accepts an int-valued argument, may throw an
exception and produces a double-valued result.
|
IntToLongFunctionWithException |
Represents a function that accepts an int-valued argument, may thrown
exception and produces a long-valued result.
|
IntUnaryOperatorWithException |
Represents an operation on a single int -valued operand that produces
an int -valued result and may throws exception.
|
LongBinaryOperatorWithException |
Represents an operation upon two long -valued operands and producing a
long -valued result which may throw exception.
|
LongConsumerWithException |
Represents an operation that accepts a single long -valued argument,
may throw exception and returns no result.
|
LongFunctionWithException |
Represents a function that accepts a long-valued argument, may throw
exception and produces a result.
|
LongPredicateWithException |
Represents a predicate (boolean-valued function) of one long -valued
argument that may throw exception.
|
LongSupplierWithException |
Represents a supplier of long -valued results and may throw exception.
|
LongToDoubleFunctionWithException |
Represents a function that accepts a long-valued argument, may throw an
exception and produces a double-valued result.
|
LongToIntFunctionWithException |
Represents a function that accepts a long-valued argument, may throw
exception and produces an int-valued result.
|
LongUnaryOperatorWithException |
Represents an operation on a single long -valued operand, may thrown
exception and that produces a long -valued result.
|
NoReturnExceptionHandlerSupport |
Root interface to support global operations related to exception handling for
functional interface without return value.
|
ObjDoubleConsumerWithException |
Represents an operation that accepts an object-valued and a
double -valued argument, and returns no result.
|
ObjectInputFilterWithException |
Filter classes, array lengths, and graph metrics during deserialization that
may throw exception.
|
ObjectReturnExceptionHandlerSupport |
Root interface to support global operations related to exception handling for
functional interface returning Object result.
|
ObjIntConsumerWithException |
Represents an operation that accepts an object-valued and a
int -valued argument, and returns no result.
|
ObjLongConsumerWithException |
Represents an operation that accepts an object-valued and a
long -valued argument, and returns no result.
|
PathMatcherWithException |
An interface that is implemented by objects that perform match operations on
paths and may throw an exception.
|
PredicateWithException |
Represents a predicate (boolean-valued function) of one argument and may
throw an exception.
|
PrimitiveReturnExceptionHandlerSupport |
Root interface to support global operations related to exception handling for
functional interface with primitive return value.
|
RunnableWithException |
Represents an operation that accepts no input argument and returns no result
and may throw exception.
|
SupplierWithException |
Represents a supplier of results that may thrown exception.
|
ToDoubleBiFunctionWithException |
Represents a function that accepts two arguments, may thrown exception and
produces a double-valued result.
|
ToDoubleFunctionWithException |
Represents a function that produces a double-valued result, may throw
exception.
|
ToIntBiFunctionWithException |
Represents a function that accepts two arguments and produces an int-valued
result.
|
ToIntFunctionWithException |
Represents a function that produces an int-valued result and may throw
exception.
|
ToLongBiFunctionWithException |
Represents a function that accepts two arguments, may throw exception and
produces a long-valued result.
|
ToLongFunctionWithException |
Represents a function that produces a long-valued result and may throw
exception.
|
UnaryOperatorWithException |
Represents an operation on a single operand that produces a result of the
same type as its operand.
|