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