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:
Serialized Form