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(String description) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
apply(E entity)
Apply this expression to an entity to get true or false.
|
String |
getDescription() |
String |
toString() |
public Expression.Arg.Pred(String description)
public abstract boolean apply(E entity)
Expression.Applyapply in interface com.google.common.base.Predicate<E>apply in class Expression.Apply<E>public String getDescription()
Copyright © 2010–2013 University of Washington CSE. All rights reserved.