Class FastListRejectProcedureCombiner<T>

All Implemented Interfaces:
Serializable, Combiner<FastListRejectProcedure<T>>

public final class FastListRejectProcedureCombiner<T>
extends AbstractPredicateBasedCombiner<T,​FastListRejectProcedure<T>>
Combines the results of a Collection of FastListRejectProcedures which each hold onto a negative filtered (reject) collection of results.
See Also:
Serialized Form