Interface GroupIndex
-
- All Superinterfaces:
Index<AccountGroup.UUID,InternalGroup>
public interface GroupIndex extends Index<AccountGroup.UUID,InternalGroup>
Index for internal Gerrit groups. This class is mainly used for typing the generic parent class that contains actual implementations.
-
-
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 Predicate<InternalGroup>
keyPredicate(AccountGroup.UUID uuid)
Get a predicate that looks up a single document by key.
-
-
-
Method Detail
-
keyPredicate
default Predicate<InternalGroup> keyPredicate(AccountGroup.UUID uuid)
Description copied from interface:Index
Get a predicate that looks up a single document by key.- Specified by:
keyPredicate
in interfaceIndex<AccountGroup.UUID,InternalGroup>
- Parameters:
uuid
- document key.- Returns:
- a single predicate.
-
-