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