Class FilterProcessorWorker<T>
java.lang.Object
io.aleph0.yap.core.worker.FilterProcessorWorker<T>
- Type Parameters:
T- the type of the input and output
- All Implemented Interfaces:
ProcessorWorker<T,T>
A
ProcessorWorker that filters items from a source to a sink using a provided
predicate.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FilterProcessorWorker
-
-
Method Details
-
process
- Specified by:
processin interfaceProcessorWorker<T,T> - Throws:
InterruptedException
-