public final class AndP<V> extends ConjunctionP<V>
predicates
biPredicate, value
Constructor and Description |
---|
AndP(P<V> predicate,
P<V>... predicates) |
Modifier and Type | Method and Description |
---|---|
P<V> |
and(Predicate<? super V> predicate) |
AndP<V> |
clone() |
P<V> |
negate() |
String |
toString() |
equals, getPredicates, getTraversals, hashCode, negate, or
and, between, eq, getBiPredicate, getValue, gt, gte, inside, lt, lte, neq, not, not, or, outside, setValue, test, test, traversal, within, within, without, without
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.