public class CanSeeChangePredicate extends PostFilterPredicate<AccountState>
Modifier and Type | Method and Description |
---|---|
Predicate<AccountState> |
copy(java.util.Collection<? extends Predicate<AccountState>> children)
Create a copy of this predicate, with new children.
|
boolean |
equals(java.lang.Object other) |
int |
getCost() |
int |
hashCode() |
boolean |
match(AccountState accountState)
Does this predicate match this object?
|
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, or
public boolean match(AccountState accountState) throws com.google.gwtorm.server.OrmException
Matchable
com.google.gwtorm.server.OrmException
public int getCost()
public Predicate<AccountState> copy(java.util.Collection<? extends Predicate<AccountState>> children)
Predicate
copy
in class Predicate<AccountState>
public int hashCode()
hashCode
in class Predicate<AccountState>
public boolean equals(java.lang.Object other)
equals
in class Predicate<AccountState>