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