Class AddFunction.AddIntegerToLongFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long longValueOf​(long longParameter, java.lang.Integer objectParameter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddIntegerToLongFunction

        private AddIntegerToLongFunction()
    • Method Detail

      • longValueOf

        public long longValueOf​(long longParameter,
                                java.lang.Integer objectParameter)
        Specified by:
        longValueOf in interface LongObjectToLongFunction<java.lang.Integer>