public final class FastListCollectIfProcedureFactory<T,V> extends Object implements ProcedureFactory<FastListCollectIfProcedure<T,V>>
| Constructor and Description |
|---|
FastListCollectIfProcedureFactory(org.eclipse.collections.api.block.function.Function<? super T,V> function,
org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate,
int newTaskSize) |
public FastListCollectIfProcedure<T,V> create()
create in interface ProcedureFactory<FastListCollectIfProcedure<T,V>>Copyright © 2004–2017. All rights reserved.