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