Class InjectIntoDoubleProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.InjectIntoDoubleProcedure<T>
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
- See Also:
-
Constructor Details
-
InjectIntoDoubleProcedure
public InjectIntoDoubleProcedure(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
-
-
Method Details