public final class FastListCollectIfProcedure<T,V> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
FastListCollectIfProcedure(FastList<V> targetCollection, org.eclipse.collections.api.block.function.Function<? super T,? extends V> function, org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
FastList<V>
getFastList()
void
value(T object)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FastListCollectIfProcedure(FastList<V> targetCollection, org.eclipse.collections.api.block.function.Function<? super T,? extends V> function, org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public void value(T object)
value
org.eclipse.collections.api.block.procedure.Procedure<T>
public FastList<V> getFastList()
Copyright © 2004–2017. All rights reserved.