public final class CollectIntProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectIntProcedure(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T> intFunction,
org.eclipse.collections.api.collection.primitive.MutableIntCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.collection.primitive.MutableIntCollection |
getIntCollection() |
void |
value(T object) |
public CollectIntProcedure(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T> intFunction, org.eclipse.collections.api.collection.primitive.MutableIntCollection targetCollection)
Copyright © 2004–2018. All rights reserved.