public class IntComplementPredicate extends 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
|
String |
toString() |
public IntComplementPredicate(IntPredicate p1)
public boolean matches(int value)
matches
in interface IntPredicate
value
- the value to be testedpublic IntPredicate getOperand()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.