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