Class FastListCollectIfProcedureFactory<T,V>

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

public final class FastListCollectIfProcedureFactory<T,V> extends Object implements ProcedureFactory<FastListCollectIfProcedure<T,V>>
  • Field Details

    • collectionSize

      private final int collectionSize
    • function

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

      private final Predicate<? super T> predicate
  • Constructor Details

    • FastListCollectIfProcedureFactory

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