@FunctionalInterfacepublic interfaceLongBinaryOperator
long-valued operands and producing along-valued result. This is the primitive type specialization ofBinaryOperator forlong.This is afunctional interface whose functional method isapplyAsLong(long, long).
BinaryOperator,LongUnaryOperator| Modifier and Type | Method | Description |
|---|---|---|
long | applyAsLong(long left, long right) | Applies this operator to the given operands. |