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