java.util.function interface and classes in 3.0.public interface LongUnaryOperator extends ThrowingLongUnaryOperator<RuntimeException>
UnaryOperator for long.| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(long operand)
Deprecated.
Applies this operator to the given operand.
|
long applyAsLong(long operand)
applyAsLong in interface ThrowingLongUnaryOperator<RuntimeException>operand - the operandCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.