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