Neo4j Community

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)
           
 


Neo4j Community

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