| Package | Description |
|---|---|
| org.neo4j.function |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UnaryOperator<T>
Deprecated.
Usages will be replaced by corresponding
java.util.function interface and classes in 3.0. |
| Modifier and Type | Field and Description |
|---|---|
static Function<Object,String> |
Functions.TO_STRING
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <FROM,TO> Function<FROM,TO> |
Functions.cast(Class<TO> to)
Deprecated.
|
static <From,To> Function<From,To> |
Functions.constant(To value)
Deprecated.
|
static <T> Function<T,Void> |
Functions.fromConsumer(Consumer<T> consumer)
Deprecated.
|
static <T> Function<Void,T> |
Functions.fromSupplier(Supplier<T> supplier)
Deprecated.
|
static <From,To> Function<From,To> |
Functions.map(Map<From,To> map)
Deprecated.
|
static <From,To> Function<From,To> |
Functions.nullFunction()
Deprecated.
|
static <From,To> Function<From,To> |
Functions.withDefaults(Function<From,To> defaults,
Function<From,To> f)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <From,From2,To> |
Functions.compose()
Deprecated.
|
static <From,From2,To> |
Functions.compose()
Deprecated.
|
static <From,From2,To> |
Functions.compose()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,V> Supplier<T> |
Suppliers.adapted(Supplier<V> supplier,
Function<V,T> adaptor)
Creates a new
Supplier that applies the specified function to the values obtained from a source supplier. |
static <From,To> Function<From,To> |
Functions.withDefaults(Function<From,To> defaults,
Function<From,To> f)
Deprecated.
|
static <From,To> Function<From,To> |
Functions.withDefaults(Function<From,To> defaults,
Function<From,To> f)
Deprecated.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.