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