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