java.util.function interface and classes in 3.0.public interface LongBinaryOperator extends ThrowingLongBinaryOperator<RuntimeException>
BinaryOperator
for long.| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(long left,
long right)
Deprecated.
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–2017 The Neo4j Graph Database Project. All rights reserved.