public abstract static class Expression.Arg.Pred<E> extends Expression.Arg<E>
Expression.Arg.Pred<E>, Expression.Arg.Value<E>
Expression.Apply<E>, Expression.Arg<E>, Expression.Op<E>, Expression.Paren<E>
Constructor and Description |
---|
Expression.Arg.Pred(java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
apply(E entity)
Apply this expression to an entity to get true or false.
|
java.lang.String |
getDescription() |
java.lang.String |
toString() |
public abstract boolean apply(E entity)
Expression.Apply
apply
in interface com.google.common.base.Predicate<E>
apply
in class Expression.Apply<E>
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object