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