Class FastListCollectIfProcedureCombiner<T,​V>

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

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