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, wait
union
public static IntPredicateProxy makeUnion(IntPredicateProxy p1, IntPredicateProxy p2)
public boolean test(int value)
test
in interface java.util.function.IntPredicate
test
in interface IntPredicateProxy
value
- the value to be testedpublic IntPredicateProxy[] getOperands()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.