public class IntExceptPredicate extends java.lang.Object implements IntPredicateProxy
| Modifier and Type | Method and Description |
|---|---|
IntPredicateProxy[] |
getOperands()
Get the operands
|
static IntPredicateProxy |
makeDifference(IntPredicateProxy p1,
IntPredicateProxy p2) |
boolean |
test(int value)
Ask whether a given value matches this predicate
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitunionpublic static IntPredicateProxy makeDifference(IntPredicateProxy p1, IntPredicateProxy p2)
public boolean test(int value)
test in interface java.util.function.IntPredicatetest in interface IntPredicateProxyvalue - the value to be testedpublic IntPredicateProxy[] getOperands()
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.