Class SelectProcedureCombiner<T>

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

public final class SelectProcedureCombiner<T> extends AbstractPredicateBasedCombiner<T,SelectProcedure<T>>
Combines the results of a Collection of SelectBlocks which each hold onto a filtered (select) collection of results.
See Also:
  • Constructor Details

    • SelectProcedureCombiner

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