Class InjectIntoLongProcedure<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.primitive.InjectIntoLongProcedure<T>
-
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
public class InjectIntoLongProcedure<T> extends Object implements Procedure<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InjectIntoLongProcedure(long injectedValue, LongObjectToLongFunction<? super T> function)
-