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