Class InjectIntoFloatProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.InjectIntoFloatProcedure<T>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
public class InjectIntoFloatProcedure<T> extends Object implements Procedure<T>
- See Also:
- Serialized Form
-
Constructor Details
-
InjectIntoFloatProcedure
public InjectIntoFloatProcedure(float injectedValue, FloatObjectToFloatFunction<? super T> function)
-
-
Method Details