| Package | Description |
|---|---|
| org.neo4j.function |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryOperator<T>
Represents an operation on a single operand that produces a result of the same type as its operand.
|
interface |
Function2<T1,T2,R>
Deprecated.
use
BiFunction instead |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Function2<? super BiFunction<T1,T2,T1>,? super BiFunction<T1,T2,T1>,Function2<T1,T2,T1>> |
Functions.compose2() |
static <T1,T2> Function2<? super BiFunction<T1,T2,T1>,? super BiFunction<T1,T2,T1>,Function2<T1,T2,T1>> |
Functions.compose2() |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.