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