Class IntExceptPredicate

java.lang.Object
net.sf.saxon.z.IntExceptPredicate
All Implemented Interfaces:
IntPredicate, IntPredicateProxy

public class IntExceptPredicate extends Object implements IntPredicateProxy
An IntPredicate formed as the difference of two other predicates: it matches an integer if the first operand matches the integer and the second does not
  • Method Details