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

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

Uses of Predicates.OrPredicate in org.neo4j.helpers
 

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



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