@Deprecated public static class Predicates.OrPredicate<T> extends Object implements Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T instance)
Deprecated.
Decide whether or not to accept an item.
|
Predicates.AndPredicate<T> |
and(Predicate<T>... predicates)
Deprecated.
|
Predicates.OrPredicate<T> |
or(Predicate<T>... predicates)
Deprecated.
|
public boolean accept(T instance)
Predicatepublic Predicates.AndPredicate<T> and(Predicate<T>... predicates)
public Predicates.OrPredicate<T> or(Predicate<T>... predicates)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.