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