| Interface | Description |
|---|---|
| BiConsumer<T,U> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| BiFunction<T,U,R> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| BinaryOperator<T> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| BooleanSupplier | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| Consumer<T> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| Factory<T> |
A generic factory interface for creating instances that do not need any additional dependencies or parameters.
|
| Function<T,R> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| Function2<T1,T2,R> | Deprecated
use
BiFunction instead |
| IntFunction<R> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| IntPredicate | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| IntSupplier | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| IOFunction<T,R> | |
| LongBinaryOperator | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| LongFunction<R> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| LongPredicate | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| LongSupplier | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| LongUnaryOperator | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| Predicate<T> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| RawFunction<T,R,E extends Exception> | Deprecated
use
ThrowingFunction instead |
| Supplier<T> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| ThrowingBiConsumer<T,U,E extends Exception> |
Represents an operation that accepts two arguments and returns no result.
|
| ThrowingBiFunction<T,U,R,E extends Exception> |
Represents a function that accepts two arguments and produces a result.
|
| ThrowingBinaryOperator<T,E extends Exception> |
Represents an operation on a single operand that produces a result of the same type as its operand.
|
| ThrowingBooleanSupplier<E extends Exception> |
Represents a supplier of boolean-valued results.
|
| ThrowingConsumer<T,E extends Exception> |
Represents an operation that accepts a single input argument and returns no result.
|
| ThrowingFunction<T,R,E extends Exception> |
Represents a function that accepts one argument and produces a result, or throws an exception.
|
| ThrowingIntFunction<R,E extends Exception> |
Represents a function that accepts an int-valued argument and produces a result.
|
| ThrowingIntPredicate<E extends Exception> |
Represents a predicate (boolean-valued function) of one int-valued argument.
|
| ThrowingIntSupplier<E extends Exception> |
Represents a supplier of int-valued results.
|
| ThrowingLongBinaryOperator<E extends Exception> |
Represents an operation upon two long-valued operands and producing a long-valued result.
|
| ThrowingLongFunction<R,E extends Exception> |
Represents a function that accepts a long-valued argument and produces a result.
|
| ThrowingLongPredicate<E extends Exception> |
Represents a predicate (boolean-valued function) of one long-valued argument.
|
| ThrowingLongSupplier<E extends Exception> |
Represents a supplier of long-valued results.
|
| ThrowingLongUnaryOperator<E extends Exception> |
Represents an operation on a single long-valued operand that produces a long-valued result.
|
| ThrowingPredicate<T,E extends Exception> |
Represents a predicate (boolean-valued function) of one argument.
|
| ThrowingSupplier<T,E extends Exception> |
Represents a supplier of results, that may throw an exception.
|
| ThrowingToLongFunction<T,E extends Exception> |
Represents a function that produces a long-valued result.
|
| ThrowingUnaryOperator<T,E extends Exception> |
Represents an operation on a single operand that produces a result of the same type as its operand.
|
| ToIntFunction<T> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| ToLongFunction<T> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| UnaryOperator<T> | Deprecated
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| Class | Description |
|---|---|
| BiConsumers | Deprecated
This class relies on deprecated interfaces, and will be retrofitted to work with the
java.util.function interfaces in 3.0. |
| Consumers | Deprecated
This class relies on deprecated interfaces, and will be retrofitted to work with the
java.util.function interfaces in 3.0. |
| Functions | Deprecated
This class relies on deprecated interfaces, and will be retrofitted to work with the
java.util.function interfaces in 3.0. |
| IntPredicates | Deprecated
This class relies on deprecated interfaces, and will be retrofitted to work with the
java.util.function interfaces in 3.0. |
| IOFunctions |
Constructors for basic
IOFunction types |
| Predicates | Deprecated
This class relies on deprecated interfaces, and will be retrofitted to work with the
java.util.function interfaces in 3.0. |
| Suppliers |
Constructors for basic
Supplier types |
| ThrowingConsumers |
Constructors for basic
ThrowingConsumer types |
| ThrowingFunctions |
Constructors for basic
ThrowingFunction and ThrowingBiFunction types |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.