Class CollectIfProcedureCombiner<T,​V>

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

public final class CollectIfProcedureCombiner<T,​V>
extends AbstractTransformerBasedCombiner<V,​T,​CollectIfProcedure<T,​V>>
Combines the results of a Collection of CollectIfBlocks which each hold onto a transformed and filtered (collect, if) collection of results.
See Also:
Serialized Form