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 longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateAddDoubleToDoubleFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledoubleValueOf(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:
doubleValueOfin interfaceDoubleObjectToDoubleFunction<java.lang.Double>
-
-