Class FlatMapProcessorWorker<X,Y>
java.lang.Object
io.aleph0.yap.core.worker.FlatMapProcessorWorker<X,Y>
- Type Parameters:
X- the type of the inputY- the type of the output
- All Implemented Interfaces:
ProcessorWorker<X,Y>
A
ProcessorWorker that performs a simple one-to-many mapping of items from a source to a
sink using a provided function.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FlatMapProcessorWorker
-
-
Method Details
-
process
- Specified by:
processin interfaceProcessorWorker<X,Y> - Throws:
InterruptedException
-