| ForEachAction<T> |
Represents an operation that accepts two input arguments and returns no
result.
|
| ForEachProcessor<T> |
Represents a predicate (boolean-valued function) that accepts two input
arguments and returns no result.
|
| IntBiConsumer |
Represents an operation that accepts two int-valued input arguments
and returns no result.
|
| IntBiPredicate |
Represents a predicate (boolean-valued function) of two int-valued
arguments.
|
| IntForEachAction |
Represents an operation that accepts two input arguments and returns no
result.
|
| IntForEachProcessor |
Represents a predicate (boolean-valued function) of two int-valued
arguments.
|
| LongBiConsumer |
Represents an operation that accepts two long-valued input arguments
and returns no result.
|
| LongBiPredicate |
Represents a predicate (boolean-valued function) of two long-valued
arguments.
|
| LongForEachAction |
Represents an operation that accepts two input arguments and returns no
result.
|
| LongForEachProcessor |
Represents a predicate (boolean-valued function) of two arguments.
|