public class IntUnionPredicate extends Object implements IntPredicate
| Constructor and Description |
|---|
IntUnionPredicate(IntPredicate p1,
IntPredicate p2) |
| Modifier and Type | Method and Description |
|---|---|
IntPredicate[] |
getOperands()
Get the operands
|
boolean |
test(int value)
Ask whether a given value matches this predicate
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitand, negate, orpublic IntUnionPredicate(IntPredicate p1, IntPredicate p2)
public boolean test(int value)
test in interface IntPredicatevalue - the value to be testedpublic IntPredicate[] getOperands()