| Package | Description |
|---|---|
| org.neo4j.function |
| Class and Description |
|---|
| BiConsumer
Represents an operation that accepts two arguments and returns no result.
|
| BiFunction
Represents a function that accepts two arguments and produces a result.
|
| Consumer
Represents an operation that accepts a single input argument and returns no result.
|
| Factory
A generic factory interface for creating instances that do not need any additional dependencies or parameters.
|
| Function
Represents a function that accepts one argument and produces a result.
|
| Function2
Deprecated.
use
BiFunction instead |
| IntPredicate
Represents a predicate (boolean-valued function) of one int-valued argument.
|
| IOFunction |
| Predicate
Represents a predicate (boolean-valued function) of one argument.
|
| RawFunction
Deprecated.
use
ThrowingFunction instead |
| Supplier
Represents a supplier of results.
|
| ThrowingBiConsumer
Represents an operation that accepts two arguments and returns no result.
|
| ThrowingBiFunction
Represents a function that accepts two arguments and produces a result.
|
| ThrowingBinaryOperator
Represents an operation on a single operand that produces a result of the same type as its operand.
|
| 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.
|
| ThrowingIntFunction
Represents a function that accepts an int-valued argument and produces a result.
|
| ThrowingIntPredicate
Represents a predicate (boolean-valued function) of one int-valued argument.
|
| ThrowingIntSupplier
Represents a supplier of int-valued results.
|
| ThrowingLongBinaryOperator
Represents an operation upon two long-valued operands and producing a long-valued result.
|
| ThrowingLongFunction
Represents a function that accepts a long-valued argument and produces a result.
|
| ThrowingLongPredicate
Represents a predicate (boolean-valued function) of one long-valued argument.
|
| ThrowingLongSupplier
Represents a supplier of long-valued results.
|
| ThrowingLongUnaryOperator
Represents an operation on a single long-valued operand that produces a long-valued result.
|
| ThrowingPredicate
Represents a predicate (boolean-valued function) of one argument.
|
| ThrowingSupplier
Represents a supplier of results, that may throw an exception.
|
| ThrowingToLongFunction
Represents a function that produces a long-valued result.
|
| ThrowingUnaryOperator
Represents an operation on a single operand that produces a result of the same type as its operand.
|
| UnaryOperator
Represents an operation on a single operand that produces a result of the same type as its operand.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.