public interface Matchable<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getCost() |
boolean |
match(T object)
Does this predicate match this object?
|
boolean match(T object) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmExceptionint getCost()