| Interface and Description |
|---|
| org.neo4j.function.BiConsumer
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.BiFunction
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.BinaryOperator
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.BooleanSupplier
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.Consumer
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.Function
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.Function2
use
BiFunction instead |
| org.neo4j.function.primitive.FunctionFromPrimitiveInt
use
IntFunction instead |
| org.neo4j.function.primitive.FunctionFromPrimitiveLong
use
LongFunction instead |
| org.neo4j.function.primitive.FunctionFromPrimitiveLongLongToPrimitiveLong
use
ThrowingLongBinaryOperator instead |
| org.neo4j.function.primitive.FunctionFromPrimitiveLongToPrimitiveLong
use
ThrowingLongUnaryOperator instead |
| org.neo4j.function.primitive.FunctionToPrimitiveLong
use
ToLongFunction instead |
| org.neo4j.function.IntFunction
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.IntPredicate
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.IntSupplier
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.LongBinaryOperator
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.LongFunction
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.LongPredicate
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.LongSupplier
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.primitive.LongSupplier
use
LongSupplier instead |
| org.neo4j.function.LongUnaryOperator
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.Predicate
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.primitive.PrimitiveIntPredicate
use
IntPredicate instead |
| org.neo4j.function.primitive.PrimitiveLongPredicate
use
LongPredicate instead |
| org.neo4j.function.RawFunction
use
ThrowingFunction instead |
| org.neo4j.function.Supplier
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.ToIntFunction
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.ToLongFunction
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| org.neo4j.function.UnaryOperator
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| Class and Description |
|---|
| org.neo4j.function.BiConsumers
This class relies on deprecated interfaces, and will be retrofitted to work with the
java.util.function interfaces in 3.0. |
| org.neo4j.function.Consumers
This class relies on deprecated interfaces, and will be retrofitted to work with the
java.util.function interfaces in 3.0. |
| org.neo4j.function.Functions
This class relies on deprecated interfaces, and will be retrofitted to work with the
java.util.function interfaces in 3.0. |
| org.neo4j.function.IntPredicates
This class relies on deprecated interfaces, and will be retrofitted to work with the
java.util.function interfaces in 3.0. |
| org.neo4j.function.Predicates
This class relies on deprecated interfaces, and will be retrofitted to work with the
java.util.function interfaces in 3.0. |
| Method and Description |
|---|
| org.neo4j.function.Functions.constantly(T) |
| org.neo4j.function.Functions.swallow(Class use
Consumers.noop() |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.