K - The key type.M - The stored message type.public interface MessageListReadOnlyStore<K,M extends net.morimekta.providence.PMessage<M>> extends ReadOnlyStore<K,List<M>>
| Modifier and Type | Method and Description |
|---|---|
default <B extends net.morimekta.providence.PMessageBuilder<M>> |
getAllBuilders(Collection<K> keys)
Get map of lists of builders for all the messages for the requested keys.
|
default <B extends net.morimekta.providence.PMessageBuilder<M>> |
getBuilders(K key)
Get a list of builders for the entry stored.
|
containsKey, get, getAll, keys, size@Nullable default <B extends net.morimekta.providence.PMessageBuilder<M>> List<B> getBuilders(@Nonnull K key)
B - The builder type.key - The key to look up.@Nonnull default <B extends net.morimekta.providence.PMessageBuilder<M>> Map<K,List<B>> getAllBuilders(@Nonnull Collection<K> keys)
B - The builder type.keys - Collection of keys to request.Copyright © 2015–2020 morimekta.net. All rights reserved.