Class CollectProcedureFactory<T,V>

java.lang.Object
org.eclipse.collections.impl.parallel.CollectProcedureFactory<T,V>
All Implemented Interfaces:
ProcedureFactory<CollectProcedure<T,V>>

public final class CollectProcedureFactory<T,V> extends Object implements ProcedureFactory<CollectProcedure<T,V>>
  • Field Details

    • collectionSize

      private final int collectionSize
    • function

      private final Function<? super T,V> function
  • Constructor Details

    • CollectProcedureFactory

      public CollectProcedureFactory(Function<? super T,V> function, int newTaskSize)
  • Method Details