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 |
matches(int value)
Ask whether a given value matches this predicate
|
String |
toString() |
public IntUnionPredicate(IntPredicate p1, IntPredicate p2)
public boolean matches(int value)
matches in interface IntPredicatevalue - the value to be testedpublic IntPredicate[] getOperands()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.