public class IntUnionPredicate extends java.lang.Object implements IntPredicateProxy
| Modifier and Type | Method and Description |
|---|---|
IntPredicateProxy[] |
getOperands()
Get the operands
|
static IntPredicateProxy |
makeUnion(IntPredicateProxy p1,
IntPredicateProxy p2) |
boolean |
test(int value)
Ask whether a given value matches this predicate
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitunionpublic static IntPredicateProxy makeUnion(IntPredicateProxy p1, IntPredicateProxy p2)
public boolean test(int value)
test in interface java.util.function.IntPredicatetest in interface IntPredicateProxyvalue - the value to be testedpublic IntPredicateProxy[] getOperands()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.