public abstract class ConjunctionP<V> extends P<V>
Modifier and Type | Field and Description |
---|---|
protected List<P<V>> |
predicates |
biPredicate, value
Constructor and Description |
---|
ConjunctionP(P<V> predicate,
P<V>... predicates) |
Modifier and Type | Method and Description |
---|---|
P<V> |
and(Predicate<? super V> predicate) |
ConjunctionP<V> |
clone() |
boolean |
equals(Object other) |
List<P<V>> |
getPredicates() |
<S,E> List<Traversal.Admin<S,E>> |
getTraversals() |
int |
hashCode() |
P<V> |
negate() |
protected P<V> |
negate(ConjunctionP<V> p) |
P<V> |
or(Predicate<? super V> predicate) |
and, between, eq, getBiPredicate, getValue, gt, gte, inside, lt, lte, neq, not, not, or, outside, setValue, test, test, toString, traversal, within, within, without, without
public <S,E> List<Traversal.Admin<S,E>> getTraversals()
getTraversals
in class P<V>
protected P<V> negate(ConjunctionP<V> p)
public ConjunctionP<V> clone()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.