public class CanSeeChangePredicate extends com.google.gerrit.index.query.PostFilterPredicate<AccountState>
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.index.query.Predicate<AccountState> |
copy(java.util.Collection<? extends com.google.gerrit.index.query.Predicate<AccountState>> children) |
boolean |
equals(java.lang.Object other) |
int |
getCost() |
int |
hashCode() |
boolean |
match(AccountState accountState) |
public boolean match(AccountState accountState) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
public int getCost()
public com.google.gerrit.index.query.Predicate<AccountState> copy(java.util.Collection<? extends com.google.gerrit.index.query.Predicate<AccountState>> children)
copy
in class com.google.gerrit.index.query.Predicate<AccountState>
public int hashCode()
hashCode
in class com.google.gerrit.index.query.Predicate<AccountState>
public boolean equals(java.lang.Object other)
equals
in class com.google.gerrit.index.query.Predicate<AccountState>