Class CollectProcedureCombiner<T,V>

All Implemented Interfaces:
Serializable, Combiner<CollectProcedure<T,V>>

public final class CollectProcedureCombiner<T,V> extends AbstractTransformerBasedCombiner<V,T,CollectProcedure<T,V>>
Combines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.
See Also:
  • Constructor Details

    • CollectProcedureCombiner

      public CollectProcedureCombiner(Iterable<T> sourceIterable, Collection<V> targetCollection, int initialCapacity, boolean combineOne)
  • Method Details