public class IntExceptPredicate
extends java.lang.Object
implements java.util.function.IntPredicate
Constructor and Description |
---|
IntExceptPredicate(java.util.function.IntPredicate p1,
java.util.function.IntPredicate p2) |
Modifier and Type | Method and Description |
---|---|
java.util.function.IntPredicate[] |
getOperands()
Get the operands
|
boolean |
test(int value)
Ask whether a given value matches this predicate
|
public IntExceptPredicate(java.util.function.IntPredicate p1, java.util.function.IntPredicate p2)
public boolean test(int value)
test
in interface java.util.function.IntPredicate
value
- the value to be testedpublic java.util.function.IntPredicate[] getOperands()
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.