public final class AndP<V> extends ConnectiveP<V>
predicates
biPredicate, originalValue, value
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, or
between, eq, getBiPredicate, getOriginalValue, getValue, gt, gte, inside, lt, lte, neq, not, outside, setValue, test, test, within, within, without, without
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.