| SneakyBiConsumer<T,U,X extends Exception> |
Represents an operation that accepts two input arguments and returns no
result.
|
| SneakyBiFunction<T,U,R,X extends Exception> |
Represents a function that accepts two arguments and produces a result.
|
| SneakyBinaryOperator<T,X extends Exception> |
Represents an operation upon two operands of the same type, producing a result
of the same type as the operands.
|
| SneakyBiPredicate<T,U,X extends Exception> |
Represents a predicate (boolean-valued function) of two arguments.
|
| SneakyBooleanSupplier<X extends Exception> |
Represents a supplier of boolean-valued results.
|
| SneakyConsumer<T,X extends Exception> |
Represents an operation that accepts a single input argument and returns no
result.
|
| SneakyDoubleBinaryOperator<X extends Exception> |
Represents an operation upon two double-valued operands and producing a
double-valued result.
|
| SneakyDoubleConsumer<X extends Exception> |
Represents an operation that accepts a single double-valued argument and
returns no result.
|
| SneakyDoubleFunction<R,X extends Exception> |
Represents a function that accepts a double-valued argument and produces a
result.
|
| SneakyDoublePredicate<X extends Exception> |
Represents a predicate (boolean-valued function) of one double-valued
argument.
|
| SneakyDoubleSupplier<X extends Exception> |
Represents a supplier of double-valued results.
|
| SneakyDoubleToIntFunction<X extends Exception> |
Represents a function that accepts a double-valued argument and produces an
int-valued result.
|
| SneakyDoubleToLongFunction<X extends Exception> |
Represents a function that accepts a double-valued argument and produces a
long-valued result.
|
| SneakyDoubleUnaryOperator<X extends Exception> |
Represents an operation on a single double-valued operand that produces
a double-valued result.
|
| SneakyFunction<T,R,X extends Exception> |
Represents a function that accepts one argument and produces a result.
|
| SneakyIntBinaryOperator<X extends Exception> |
Represents an operation upon two int-valued operands and producing an
int-valued result.
|
| SneakyIntConsumer<X extends Exception> |
Represents an operation that accepts a single int-valued argument and
returns no result.
|
| SneakyIntFunction<R,X extends Exception> |
Represents a function that accepts an int-valued argument and produces a
result.
|
| SneakyIntPredicate<X extends Exception> |
Represents a predicate (boolean-valued function) of one int-valued
argument.
|
| SneakyIntSupplier<X extends Exception> |
Represents a supplier of int-valued results.
|
| SneakyIntToDoubleFunction<X extends Exception> |
Represents a function that accepts an int-valued argument and produces a
double-valued result.
|
| SneakyIntToLongFunction<X extends Exception> |
Represents a function that accepts an int-valued argument and produces a
long-valued result.
|
| SneakyIntUnaryOperator<X extends Exception> |
Represents an operation on a single int-valued operand that produces
an int-valued result.
|
| SneakyLongBinaryOperator<X extends Exception> |
Represents an operation upon two long-valued operands and producing a
long-valued result.
|
| SneakyLongConsumer<X extends Exception> |
Represents an operation that accepts a single long-valued argument and
returns no result.
|
| SneakyLongFunction<R,X extends Exception> |
Represents a function that accepts a long-valued argument and produces a
result.
|
| SneakyLongPredicate<X extends Exception> |
Represents a predicate (boolean-valued function) of one long-valued
argument.
|
| SneakyLongSupplier<X extends Exception> |
Represents a supplier of long-valued results.
|
| SneakyLongToDoubleFunction<X extends Exception> |
Represents a function that accepts a long-valued argument and produces a
double-valued result.
|
| SneakyLongToIntFunction<X extends Exception> |
Represents a function that accepts a long-valued argument and produces an
int-valued result.
|
| SneakyLongUnaryOperator<X extends Exception> |
Represents an operation on a single long-valued operand that produces
a long-valued result.
|
| SneakyObjDoubleConsumer<T,X extends Exception> |
Represents an operation that accepts an object-valued and a
double-valued argument, and returns no result.
|
| SneakyObjIntConsumer<T,X extends Exception> |
Represents an operation that accepts an object-valued and a
int-valued argument, and returns no result.
|
| SneakyObjLongConsumer<T,X extends Exception> |
Represents an operation that accepts an object-valued and a
long-valued argument, and returns no result.
|
| SneakyPredicate<T,X extends Exception> |
Represents a predicate (boolean-valued function) of one argument.
|
| SneakyRunnable<X extends Exception> |
Represents a function that takes any command and runs it
in a void manner, without returning a result.
|
| SneakySupplier<T,X extends Exception> |
Represents a supplier of results.
|
| SneakyToDoubleBiFunction<T,U,X extends Exception> |
Represents a function that accepts two arguments and produces a double-valued
result.
|
| SneakyToDoubleFunction<T,X extends Exception> |
Represents a function that produces a double-valued result.
|
| SneakyToIntBiFunction<T,U,X extends Exception> |
Represents a function that accepts two arguments and produces an int-valued
result.
|
| SneakyToIntFunction<T,X extends Exception> |
Represents a function that produces an int-valued result.
|
| SneakyToLongBiFunction<T,U,X extends Exception> |
Represents a function that accepts two arguments and produces a long-valued
result.
|
| SneakyToLongFunction<T,X extends Exception> |
Represents a function that produces a long-valued result.
|
| SneakyUnaryOperator<T,X extends Exception> |
Represents an operation on a single operand that produces a result of the
same type as its operand.
|