public class BoundSetPredicate<T> extends BoundPredicate<T>
Expression.Operation
Modifier and Type | Method and Description |
---|---|
BoundSetPredicate<T> |
asSetPredicate() |
boolean |
isSetPredicate() |
java.util.Set<T> |
literalSet() |
Expression |
negate()
Returns the negation of this expression, equivalent to not(this).
|
boolean |
test(T value) |
java.lang.String |
toString() |
asLiteralPredicate, asUnaryPredicate, eval, isLiteralPredicate, isUnaryPredicate, ref, test
public Expression negate()
Expression
public boolean isSetPredicate()
isSetPredicate
in class BoundPredicate<T>
public BoundSetPredicate<T> asSetPredicate()
asSetPredicate
in class BoundPredicate<T>
public java.util.Set<T> literalSet()
public boolean test(T value)
test
in class BoundPredicate<T>
public java.lang.String toString()
toString
in class java.lang.Object