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:
  • Constructor Details

    • FastListCollectIfProcedureCombiner

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