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