public interface LongBinaryOperator extends ThrowingLongBinaryOperator<RuntimeException>
BinaryOperator
for long.| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(long left,
long right)
Applies this operator to the given operand.
|
long applyAsLong(long left,
long right)
applyAsLong in interface ThrowingLongBinaryOperator<RuntimeException>left - the first operandright - the second operandCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.