Class FastListCollectProcedureCombiner<T,​V>

All Implemented Interfaces:
Serializable, Combiner<FastListCollectProcedure<T,​V>>

public final class FastListCollectProcedureCombiner<T,​V>
extends AbstractTransformerBasedCombiner<V,​T,​FastListCollectProcedure<T,​V>>
Combines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.
See Also:
Serialized Form