public class IntUnionPredicate
extends java.lang.Object
implements java.util.function.IntPredicate
| Constructor and Description |
|---|
IntUnionPredicate(java.util.function.IntPredicate p1,
java.util.function.IntPredicate p2) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.IntPredicate[] |
getOperands()
Get the operands
|
boolean |
test(int value)
Ask whether a given value matches this predicate
|
java.lang.String |
toString() |
public IntUnionPredicate(java.util.function.IntPredicate p1,
java.util.function.IntPredicate p2)
public boolean test(int value)
test in interface java.util.function.IntPredicatevalue - the value to be testedpublic java.util.function.IntPredicate[] getOperands()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.