Class MinFunction.MinIntegerFunction

  • 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:
    MinFunction

    private static class MinFunction.MinIntegerFunction
    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  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MinIntegerFunction()  
    • 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

      • MinIntegerFunction

        private MinIntegerFunction()
    • 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>