Uses of Interface
org.neo4j.helpers.Function

Packages that use Function
org.neo4j.helpers Common Java utilities. 
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
 

Uses of Function in org.neo4j.helpers
 

Methods in org.neo4j.helpers with parameters of type Function
static
<FROM,TO> Specification<FROM>
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
<FROM,TO> Function<FROM,TO>
Iterables.cast()
           
static
<T> Function<Iterable<T>,Iterable<T>>
Iterables.limit(int limitItems)
           
 

Methods in org.neo4j.helpers.collection with parameters of type Function
static
<FROM,TO> TO
Iterables.fold(Function<? super FROM,TO> function, Iterable<? extends FROM> i)
           
static
<FROM,TO> Iterable<TO>
Iterables.map(Function<? super FROM,? extends TO> function, Iterable<FROM> from)
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.