public final class FastListCollectIfProcedure<T,V>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
FastListCollectIfProcedure(FastList<V> targetCollection,
com.gs.collections.api.block.function.Function<? super T,? extends V> function,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
FastList<V> |
getFastList() |
void |
value(T object) |