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>

public class FilterProcessorWorker<T> extends Object implements ProcessorWorker<T,T>
A ProcessorWorker that filters items from a source to a sink using a provided predicate.