Class SubtractFunction.SubtractLongFunction

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.BiFunction<java.lang.Long,​java.lang.Long,​java.lang.Long>, Function2<java.lang.Long,​java.lang.Long,​java.lang.Long>
    Enclosing class:
    SubtractFunction

    private static class SubtractFunction.SubtractLongFunction
    extends java.lang.Object
    implements Function2<java.lang.Long,​java.lang.Long,​java.lang.Long>
    • 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
      java.lang.Long value​(java.lang.Long argument1, java.lang.Long argument2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiFunction

        andThen
      • Methods inherited from interface org.eclipse.collections.api.block.function.Function2

        apply
    • Constructor Detail

      • SubtractLongFunction

        private SubtractLongFunction()
    • Method Detail

      • value

        public java.lang.Long value​(java.lang.Long argument1,
                                    java.lang.Long argument2)
        Specified by:
        value in interface Function2<java.lang.Long,​java.lang.Long,​java.lang.Long>