Class RejectProcedureCombiner<T>

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

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