public interface AccountIndex extends Index<Account.Id,AccountState>
Modifier and Type | Interface and Description |
---|---|
static interface |
AccountIndex.Factory |
Modifier and Type | Method and Description |
---|---|
default Predicate<AccountState> |
keyPredicate(Account.Id id)
Get a predicate that looks up a single document by key.
|
default Predicate<AccountState> keyPredicate(Account.Id id)
Index
keyPredicate
in interface Index<Account.Id,AccountState>
id
- document key.