Interface EntryService<K,V>

Type Parameters:
I -
K -
V -
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