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 Summary
Constructors Constructor Description InjectIntoFloatProcedure(float injectedValue, FloatObjectToFloatFunction<? super T> function)
-