Class InjectIntoIntProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.InjectIntoIntProcedure<T>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IntObjectToIntFunction
<? super T> private int
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionInjectIntoIntProcedure
(int injectedValue, IntObjectToIntFunction<? super T> function) -
Method Summary