public final class CollectIntProcedure<T>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectIntProcedure(com.gs.collections.api.block.function.primitive.IntFunction<? super T> intFunction,
com.gs.collections.api.collection.primitive.MutableIntCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.collection.primitive.MutableIntCollection |
getIntCollection() |
void |
value(T object) |
public CollectIntProcedure(com.gs.collections.api.block.function.primitive.IntFunction<? super T> intFunction, com.gs.collections.api.collection.primitive.MutableIntCollection targetCollection)