| Interface | Description |
|---|---|
| ThrowingBiConsumer<T,U> |
Represents an operation that accepts two arguments and returns no result, possibly throwing an exception.
|
| ThrowingBiFunction<T,U,R> |
Represents a function that accepts two arguments and produces a result, possibly throwing an exception.
|
| ThrowingBinaryOperator<T> |
Represents an operation on two operands of the same type, producing a result of the same type as the operands, possibly throwing an exception.
|
| ThrowingBiPredicate<T,U> |
Represents a predicate (
boolean-valued function) of two arguments, possibly throwing an exception. |
| ThrowingBooleanSupplier |
Represents a supplier of
boolean-valued results, possibly throwing an exception. |
| ThrowingConsumer<T> |
Represents an operation that accepts a single argument and returns no result, possibly throwing an exception.
|
| ThrowingDoubleBinaryOperator |
Represents an operation on two
double-valued operands, producing a double-valued result, and possibly throwing an exception. |
| ThrowingDoubleConsumer |
Represents an operation that accepts a single
double-valued argument and returns no result, possibly throwing an exception. |
| ThrowingDoubleFunction<R> |
Represents a function that accepts a
double-valued argument and produces a result, possibly throwing an exception. |
| ThrowingDoublePredicate |
Represents a predicate (
boolean-valued function) of one double-valued argument, possibly throwing an exception. |
| ThrowingDoubleSupplier |
Represents a supplier of
double-valued results, possibly throwing an exception. |
| ThrowingDoubleToIntFunction |
Represents a function that accepts a
double-valued argument and produces an int-valued result, possibly throwing an exception. |
| ThrowingDoubleToLongFunction |
Represents a function that accepts a
double-valued argument and produces a long-valued result, possibly throwing an exception. |
| ThrowingDoubleUnaryOperator |
Represents an operation on a single
double-valued operand that produces a double-valued result, possibly throwing an exception. |
| ThrowingFunction<T,R> |
Represents a function that accepts a single argument and produces a result, possibly throwing an exception.
|
| ThrowingIntBinaryOperator |
Represents an operation on two
int-valued operands, producing an int-valued result, and possibly throwing an exception. |
| ThrowingIntConsumer |
Represents an operation that accepts a single
double-valued argument and returns no result, possibly throwing an exception. |
| ThrowingIntFunction<R> |
Represents a function that accepts an
int-valued argument and produces a result, possibly throwing an exception. |
| ThrowingIntPredicate |
Represents a predicate (
boolean-valued function) of one int-valued argument, possibly throwing an exception. |
| ThrowingIntSupplier |
Represents a supplier of
int-valued results, possibly throwing an exception. |
| ThrowingIntToDoubleFunction |
Represents a function that accepts an
int-valued argument and produces a double-valued result, possibly throwing an exception. |
| ThrowingIntToLongFunction |
Represents a function that accepts an
int-valued argument and produces a long-valued result, possibly throwing an exception. |
| ThrowingIntUnaryOperator |
Represents an operation on a single
int-valued operand that produces an int-valued result, possibly throwing an exception. |
| ThrowingLongBinaryOperator |
Represents an operation on two
long-valued operands, producing a long-valued result, and possibly throwing an exception. |
| ThrowingLongConsumer |
Represents an operation that accepts a single
long-valued argument and returns no result, possibly throwing an exception. |
| ThrowingLongFunction<R> |
Represents a function that accepts a
long-valued argument and produces a result, possibly throwing an exception. |
| ThrowingLongPredicate |
Represents a predicate (
boolean-valued function) of one long-valued argument, possibly throwing an exception. |
| ThrowingLongSupplier |
Represents a supplier of
long-valued results, possibly throwing an exception. |
| ThrowingLongToDoubleFunction |
Represents a function that accepts a
long-valued argument and produces a double-valued result, possibly throwing an exception. |
| ThrowingLongToIntFunction |
Represents a function that accepts a
long-valued argument and produces an int-valued result, possibly throwing an exception. |
| ThrowingLongUnaryOperator |
Represents an operation on a single
long-valued operand that produces a long-valued result, possibly throwing an exception. |
| ThrowingObjDoubleConsumer<T> |
Represents an operation that accepts an
object-valued and a double-valued argument, and returns no result, possibly throwing an exception. |
| ThrowingObjIntConsumer<T> |
Represents an operation that accepts an
object-valued and an int-valued argument, and returns no result, possibly throwing an exception. |
| ThrowingObjLongConsumer<T> |
Represents an operation that accepts an
object-valued and a long-valued argument, and returns no result, possibly throwing an exception. |
| ThrowingPredicate<T> |
Represents a predicate (
boolean-valued function) of one argument, possibly throwing an exception. |
| ThrowingRunnable |
Represents an operation that accepts no arguments and returns no result, possibly throwing an exception.
|
| ThrowingSupplier<T> |
Represents a supplier of results, possibly throwing an exception.
|
| ThrowingToDoubleBiFunction<T,U> |
Represents a function that accepts two arguments and produces a
double-valued result, possibly throwing an exception. |
| ThrowingToDoubleFunction<T> |
Represents a function that accepts a single argument and produces a
double-valued result, possibly throwing an exception. |
| ThrowingToIntBiFunction<T,U> |
Represents a function that accepts two arguments and produces a
double-valued result, possibly throwing an exception. |
| ThrowingToIntFunction<T> |
Represents a function that accepts a single argument and produces an
int-valued result, possibly throwing an exception. |
| ThrowingToLongBiFunction<T,U> |
Represents a function that accepts two arguments and produces a
long-valued result, possibly throwing an exception. |
| ThrowingToLongFunction<T> |
Represents a function that accepts a single argument and produces an
long-valued result, possibly throwing an exception. |
| ThrowingUnaryOperator<T> |
Represents an operation on a single operand that produces a result of the same type as its operand, possibly throwing an exception.
|
| Class | Description |
|---|---|
| StandardPredicates |
Standard predicates.
|
| Exception | Description |
|---|---|
| UncheckedException |
Unchecked wrapper of a checked exception.
|