Interface ItemService<I,O>

Type Parameters:
I -
O -
All Superinterfaces:
Function<Collection<I>,Stream<O>>

public interface ItemService<I,O> extends Function<Collection<I>,Stream<O>>
Take a stream of input items and transform it to a stream of output items
Author:
raven