Uses of Class
org.neo4j.helpers.Predicates.AndPredicate

Packages that use Predicates.AndPredicate
org.neo4j.helpers Common Java utilities. 
 

Uses of Predicates.AndPredicate in org.neo4j.helpers
 

Methods in org.neo4j.helpers that return Predicates.AndPredicate
static
<T> Predicates.AndPredicate<T>
Predicates.and(Iterable<Predicate<T>> predicates)
           
 Predicates.AndPredicate<T> Predicates.AndPredicate.and(Predicate<T>... predicates)
           
 Predicates.AndPredicate<T> Predicates.OrPredicate.and(Predicate<T>... predicates)
           
static
<T> Predicates.AndPredicate<T>
Predicates.and(Predicate<T>... predicates)
           
 



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