long
-valued operands and producing a
long
-valued result. This is the primitive type specialization of
BinaryOperator
for long
.
This is a functional interface
whose functional method is applyAsLong(long, long)
.
BinaryOperator
, LongUnaryOperator
Modifier and Type | Method and Description |
---|---|
public long | Returns: the operator resultthe first operand left, long the second operand right)Applies this operator to the given operands. |
applyAsLong | back to summary |
---|---|
public long applyAsLong(long left, long right) Applies this operator to the given operands.
|