Class CollectIntProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectIntProcedure<T>
- All Implemented Interfaces:
Serializable,Consumer<T>,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:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectIntProcedure(IntFunction<? super T> intFunction, MutableIntCollection targetCollection) -
Method Summary
-
Constructor Details
-
CollectIntProcedure
public CollectIntProcedure(IntFunction<? super T> intFunction, MutableIntCollection targetCollection)
-
-
Method Details