M - The message type in the store.F - The message field type.public class PredicateMessageStoreSearcher<M extends PMessage<M,F>,F extends PField> extends Object implements MessageSearcher<Predicate<M>,M,F>
| Constructor and Description |
|---|
PredicateMessageStoreSearcher(MessageStore<?,M,F> store) |
| Modifier and Type | Method and Description |
|---|---|
List<M> |
search(Predicate<M> query)
Look up a set of keys from the storage.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsearchBuilderspublic PredicateMessageStoreSearcher(MessageStore<?,M,F> store)
Copyright © 2015–2018 morimekta.net. All rights reserved.