Name | Type | Description | Detail |
| | | |
BiConsumer | Interface | Represents an operation that accepts two input arguments and returns no result. | Detail |
BinaryOperator | Interface | Represents an operation upon two operands of the same type, producing a result of the same type as the operands. | Detail |
Consumer | Interface | Represents an operation that accepts a single input argument and returns no result. | Detail |
DoubleBinaryOperator | Interface | Represents an operation upon two double-valued operands and producing a double-valued result. | Detail |
DoubleConsumer | Interface | Represents an operation that accepts a single double-valued argument and returns no result. | Detail |
DoubleUnaryOperator | Interface | Represents an operation on a single double-valued operand that produces a double-valued result. | Detail |
IntBinaryOperator | Interface | Represents an operation upon two int-valued operands and producing an int-valued result. | Detail |
IntConsumer | Interface | Represents an operation that accepts a single int-valued argument and returns no result. | Detail |
IntUnaryOperator | Interface | Represents an operation on a single int-valued operand that produces an int-valued result. | Detail |
LongBinaryOperator | Interface | Represents an operation upon two long-valued operands and producing a long-valued result. | Detail |
LongConsumer | Interface | Represents an operation that accepts a single long-valued argument and returns no result. | Detail |
LongUnaryOperator | Interface | Represents an operation on a single long-valued operand that produces a long-valued result. | Detail |
ObjDoubleConsumer | Interface | Represents an operation that accepts an object-valued and a double-valued argument, and returns no result. | Detail |
ObjIntConsumer | Interface | Represents an operation that accepts an object-valued and a int-valued argument, and returns no result. | Detail |
ObjLongConsumer | Interface | Represents an operation that accepts an object-valued and a long-valued argument, and returns no result. | Detail |
UnaryOperator | Interface | Represents an operation on a single operand that produces a result of the same type as its operand. | Detail |