T - the type of the input to the functionpublic interface ToLongFunction<T> extends ThrowingToLongFunction<T,RuntimeException>
Function.| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(T value)
Applies this function to the given argument.
|
long applyAsLong(T value)
applyAsLong in interface ThrowingToLongFunction<T,RuntimeException>value - the function argumentCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.