public interface GroupIndex extends Index<AccountGroup.UUID,InternalGroup>
Modifier and Type | Interface and Description |
---|---|
static interface |
GroupIndex.Factory |
Modifier and Type | Method and Description |
---|---|
default Predicate<InternalGroup> |
keyPredicate(AccountGroup.UUID uuid)
Get a predicate that looks up a single document by key.
|
default Predicate<InternalGroup> keyPredicate(AccountGroup.UUID uuid)
Index
keyPredicate
in interface Index<AccountGroup.UUID,InternalGroup>
uuid
- document key.