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