| Package | Description |
|---|---|
| org.neo4j.function |
| Class and Description |
|---|
| IOFunction |
| ThrowingAction
An action that takes no parameters and returns no values, but may have a side-effect and may throw an exception.
|
| ThrowingBiFunction
Represents a function that accepts two arguments and produces a result.
|
| ThrowingConsumer
Represents an operation that accepts a single input argument and returns no result.
|
| ThrowingFunction
Represents a function that accepts one argument and produces a result, or throws an exception.
|
| ThrowingPredicate
Represents a predicate (boolean-valued function) of one argument.
|
| ThrowingSupplier
Represents a supplier of results, that may throw an exception.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.