Interface ItemService<I,O>
- Type Parameters:
I-O-
- All Superinterfaces:
Function<Collection<I>, Stream<O>>
Take a stream of input items and transform it to a stream of output items
- Author:
- raven
-
Method Summary
I - O - Function<Collection<I>, Stream<O>>