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