T - the type of the input to the functionE - the type of exception that may be thrown from the functionpublic interface ThrowingToLongFunction<T,E extends Exception>
ThrowingFunction.| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(T value)
Applies this function to the given argument.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.