Class AddFunction.AddIntegerToFloatFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.AddFunction.AddIntegerToFloatFunction
-
- All Implemented Interfaces:
java.io.Serializable
,FloatObjectToFloatFunction<java.lang.Integer>
- Enclosing class:
- AddFunction
private static class AddFunction.AddIntegerToFloatFunction extends java.lang.Object implements FloatObjectToFloatFunction<java.lang.Integer>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
AddIntegerToFloatFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
floatValueOf(float floatParameter, java.lang.Integer objectParameter)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
floatValueOf
public float floatValueOf(float floatParameter, java.lang.Integer objectParameter)
- Specified by:
floatValueOf
in interfaceFloatObjectToFloatFunction<java.lang.Integer>
-
-