public final class FastListCollectIfProcedureFactory<T,V> extends java.lang.Object implements ProcedureFactory<FastListCollectIfProcedure<T,V>>
| Constructor and Description |
|---|
FastListCollectIfProcedureFactory(com.gs.collections.api.block.function.Function<? super T,V> function,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate,
int newTaskSize) |
| Modifier and Type | Method and Description |
|---|---|
FastListCollectIfProcedure<T,V> |
create() |
public FastListCollectIfProcedure<T,V> create()
create in interface ProcedureFactory<FastListCollectIfProcedure<T,V>>