| Package | Description |
|---|---|
| org.neo4j.function |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BiFunction<T,U,R>
Deprecated.
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
interface |
BinaryOperator<T>
Deprecated.
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
interface |
Function2<T1,T2,R>
Deprecated.
use
BiFunction instead |
interface |
ThrowingBinaryOperator<T,E extends Exception>
Represents an operation on a single operand that produces a result of the same type as its operand.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.