public final class AndP<V> extends ConnectiveP<V>
predicatesbiPredicate, originalValue, value| Constructor and Description | 
|---|
| AndP(List<P<V>> predicates) | 
| AndP(P<V>... predicates)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| P<V> | and(Predicate<? super V> predicate) | 
| AndP<V> | clone() | 
| P<V> | negate() | 
| String | toString() | 
equals, getPredicates, hashCode, negate, orbetween, eq, getBiPredicate, getOriginalValue, getValue, gt, gte, inside, lt, lte, neq, not, outside, setValue, test, test, within, within, without, withoutCopyright © 2013–2018 Apache Software Foundation. All rights reserved.