| Package | Description |
|---|---|
| org.neo4j.function |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOFunction<T,R> |
interface |
ThrowingUnaryOperator<T,E extends Exception>
Represents an operation on a single operand that produces a result of the same type as its operand.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,R,E extends Exception> |
ThrowingFunction.catchThrown(Class<E> clazz,
ThrowingFunction<T,R,E> throwing)
Construct a regular function that calls a throwing function and catches all checked exceptions
declared and thrown by the throwing function and rethrows them as
UncaughtCheckedException
for handling further up the stack. |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.