All Classes Interface Summary Exception Summary
| Class |
Description |
| ThrowingBiConsumer<T,U,X extends Throwable> |
Represents an operation that accepts two input arguments and returns no result.
|
| ThrowingBiFunction<T,U,R,X extends Throwable> |
Represents a function that accepts two arguments and produces a result.
|
| ThrowingBinaryOperator<T,X extends Throwable> |
Represents an operation upon two operands of the same type, producing a result of the same type as the operands.
|
| ThrowingBiPredicate<T,U,X extends Throwable> |
Represents a predicate (boolean-valued function) of two arguments.
|
| ThrowingBooleanSupplier<X extends Throwable> |
Represents a supplier of boolean-valued results.
|
| ThrowingConsumer<T,X extends Throwable> |
Represents an operation that accepts a single input argument and returns no result.
|
| ThrowingDoubleBinaryOperator<X extends Throwable> |
Represents an operation upon two double-valued operands and producing a double-valued result.
|
| ThrowingDoubleConsumer<X extends Throwable> |
Represents an operation that accepts a single double-valued argument and returns no result.
|
| ThrowingDoubleFunction<R,X extends Throwable> |
Represents a function that accepts a double-valued argument and produces a result.
|
| ThrowingDoublePredicate<X extends Throwable> |
Represents a predicate (boolean-valued function) of one double-valued argument.
|
| ThrowingDoubleSupplier<X extends Throwable> |
Represents a supplier of double-valued results.
|
| ThrowingDoubleToIntFunction<X extends Throwable> |
Represents a function that accepts a double-valued argument and produces an int-valued result.
|
| ThrowingDoubleToLongFunction<X extends Throwable> |
Represents a function that accepts a double-valued argument and produces a long-valued result.
|
| ThrowingDoubleUnaryOperator<X extends Throwable> |
Represents an operation on a single double-valued operand that produces a double-valued result.
|
| ThrowingFunction<T,R,X extends Throwable> |
Represents a function that accepts one argument and produces a result.
|
| ThrowingIntBinaryOperator<X extends Throwable> |
Represents an operation upon two int-valued operands and producing an int-valued result.
|
| ThrowingIntConsumer<X extends Throwable> |
Represents an operation that accepts a single int-valued argument and returns no result.
|
| ThrowingIntFunction<R,X extends Throwable> |
Represents a function that accepts an int-valued argument and produces a result.
|
| ThrowingIntPredicate<X extends Throwable> |
Represents a predicate (boolean-valued function) of one int-valued argument.
|
| ThrowingIntSupplier<X extends Throwable> |
Represents a supplier of int-valued results.
|
| ThrowingIntToDoubleFunction<X extends Throwable> |
Represents a function that accepts an int-valued argument and produces a double-valued result.
|
| ThrowingIntToLongFunction<X extends Throwable> |
Represents a function that accepts a int-valued argument and produces a long-valued result.
|
| ThrowingIntUnaryOperator<X extends Throwable> |
Represents an operation on a single int-valued operand that produces an int-valued result.
|
| ThrowingLongBinaryOperator<X extends Throwable> |
Represents an operation upon two long-valued operands and producing a long-valued result.
|
| ThrowingLongConsumer<X extends Throwable> |
Represents an operation that accepts a single long-valued argument and returns no result.
|
| ThrowingLongFunction<R,X extends Throwable> |
Represents a function that accepts a long-valued argument and produces a result.
|
| ThrowingLongPredicate<X extends Throwable> |
Represents a predicate (boolean-valued function) of one long-valued argument.
|
| ThrowingLongSupplier<X extends Throwable> |
Represents a supplier of long-valued results.
|
| ThrowingLongToDoubleFunction<X extends Throwable> |
Represents a function that accepts a long-valued argument and produces a double-valued result.
|
| ThrowingLongToIntFunction<X extends Throwable> |
Represents a function that accepts a long-valued argument and produces an int-valued result.
|
| ThrowingLongUnaryOperator<X extends Throwable> |
Represents an operation on a single long-valued operand that produces a long-valued result.
|
| ThrowingObjDoubleConsumer<T,X extends Throwable> |
Represents an operation that accepts an object-valued and a double-valued argument, and returns no result.
|
| ThrowingObjIntConsumer<T,X extends Throwable> |
Represents an operation that accepts an object-valued and an int-valued argument, and returns no result.
|
| ThrowingObjLongConsumer<T,X extends Throwable> |
Represents an operation that accepts an object-valued and a long-valued argument, and returns no result.
|
| ThrowingPredicate<T,X extends Throwable> |
Represents a predicate (boolean-valued function) of one argument.
|
| ThrowingRunnable<X extends Throwable> |
Represents a task that accepts no input and returns no result.
|
| ThrowingSupplier<T,X extends Throwable> |
Represents a supplier of results.
|
| ThrowingToDoubleBiFunction<T,U,X extends Throwable> |
Represents a function that accepts two arguments and produces a double-valued result.
|
| ThrowingToDoubleFunction<T,X extends Throwable> |
Represents a function that produces a double-valued result.
|
| ThrowingToIntBiFunction<T,U,X extends Throwable> |
Represents a function that accepts two arguments and produces an int-valued result.
|
| ThrowingToIntFunction<T,X extends Throwable> |
Represents a function that produces an int-valued result.
|
| ThrowingToLongBiFunction<T,U,X extends Throwable> |
Represents a function that accepts two arguments and produces a long-valued result.
|
| ThrowingToLongFunction<T,X extends Throwable> |
Represents a function that produces a long-valued result.
|
| ThrowingUnaryOperator<T,X extends Throwable> |
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.
|