public class IntComplementPredicate extends java.lang.Object implements IntPredicate
| Constructor and Description |
|---|
IntComplementPredicate(IntPredicate p1) |
| Modifier and Type | Method and Description |
|---|---|
IntPredicate |
getOperand()
Get the operand
|
boolean |
matches(int value)
Ask whether a given value matches this predicate
|
java.lang.String |
toString() |
public IntComplementPredicate(IntPredicate p1)
public boolean matches(int value)
matches in interface IntPredicatevalue - the value to be testedpublic IntPredicate getOperand()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2004-2017 Saxonica Limited. All rights reserved.