Class MultiplyFunction.MultiplyIntegerFunction

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

    private static class MultiplyFunction.MultiplyIntegerFunction
    extends java.lang.Object
    implements Function2<java.lang.Integer,​java.lang.Integer,​java.lang.Integer>
    • 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.Integer value​(java.lang.Integer argument1, java.lang.Integer 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

      • MultiplyIntegerFunction

        private MultiplyIntegerFunction()
    • Method Detail

      • value

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