Interface EntryService<K,V>

Type Parameters:
K -
V -
I -
All Superinterfaces:
Function<Collection<K>, Map<K,V>>

public interface EntryService<K,V> extends Function<Collection<K>, Map<K,V>>
Map a stream of items to a stream of entries
Author:
raven