Interface GroupIndex
-
- All Superinterfaces:
com.google.gerrit.index.Index<AccountGroup.UUID,InternalGroup>
public interface GroupIndex extends com.google.gerrit.index.Index<AccountGroup.UUID,InternalGroup>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GroupIndex.Factory
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default com.google.gerrit.index.query.Predicate<InternalGroup>
keyPredicate(AccountGroup.UUID uuid)
-
-
-
Method Detail
-
keyPredicate
default com.google.gerrit.index.query.Predicate<InternalGroup> keyPredicate(AccountGroup.UUID uuid)
- Specified by:
keyPredicate
in interfacecom.google.gerrit.index.Index<AccountGroup.UUID,InternalGroup>
-
-