|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function | |
---|---|
org.neo4j.helpers | Common Java utilities. |
org.neo4j.helpers.collection | Collections utilities - Iterator/Iterable utilities and creating
Map s. |
Uses of Function in org.neo4j.helpers |
---|
Methods in org.neo4j.helpers with parameters of type Function | ||
---|---|---|
static
|
Specifications.translate(Function<FROM,TO> function,
Specification<? super TO> specification)
|
Uses of Function in org.neo4j.helpers.collection |
---|
Methods in org.neo4j.helpers.collection that return Function | ||
---|---|---|
static
|
Iterables.cast()
|
|
static
|
Iterables.limit(int limitItems)
|
Methods in org.neo4j.helpers.collection with parameters of type Function | ||
---|---|---|
static
|
Iterables.fold(Function<? super FROM,TO> function,
Iterable<? extends FROM> i)
|
|
static
|
Iterables.map(Function<? super FROM,? extends TO> function,
Iterable<FROM> from)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |