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