Class CollectIntProcedure<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.primitive.CollectIntProcedure<T>
-
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
public final class CollectIntProcedure<T> extends Object implements Procedure<T>
Applies a IntFunction to an object and adds the result to a target int collection. This file was automatically generated from template file CollectPrimitiveProcedure.stg.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectIntProcedure(IntFunction<? super T> intFunction, MutableIntCollection targetCollection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableIntCollectiongetIntCollection()voidvalue(T object)
-
-
-
Constructor Detail
-
CollectIntProcedure
public CollectIntProcedure(IntFunction<? super T> intFunction, MutableIntCollection targetCollection)
-
-
Method Detail
-
getIntCollection
public MutableIntCollection getIntCollection()
-
-