public class IntExceptPredicate extends java.lang.Object implements IntPredicate
Constructor and Description |
---|
IntExceptPredicate(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
|
public IntExceptPredicate(IntPredicate p1, IntPredicate p2)
public boolean matches(int value)
matches
in interface IntPredicate
value
- the value to be testedpublic IntPredicate[] getOperands()
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.