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 Details
-
InjectIntoDoubleProcedure
public InjectIntoDoubleProcedure(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
-
-
Method Details