Class CollectIntProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectIntProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MutableIntCollectionprivate final IntFunction<? super T> private static final long -
Constructor Summary
ConstructorsConstructorDescriptionCollectIntProcedure(IntFunction<? super T> intFunction, MutableIntCollection targetCollection) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
intFunction
-
intCollection
-
-
Constructor Details
-
CollectIntProcedure
public CollectIntProcedure(IntFunction<? super T> intFunction, MutableIntCollection targetCollection)
-
-
Method Details
-
value
-
getIntCollection
-