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:
  • Constructor Details

    • RejectProcedureCombiner

      public RejectProcedureCombiner(Iterable<T> sourceCollection, Collection<T> targetCollection, int initialCapacity, boolean combineOne)
  • Method Details