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