Class MinFunction


  • public final class MinFunction
    extends java.lang.Object
    MinFunction contains iterator aware implementations of Min() for integers, doubles, and longs.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Function2<java.lang.Double,​java.lang.Double,​java.lang.Double> DOUBLE  
      static Function2<java.lang.Integer,​java.lang.Integer,​java.lang.Integer> INTEGER  
      static Function2<java.lang.Long,​java.lang.Long,​java.lang.Long> LONG  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MinFunction()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • INTEGER

        public static final Function2<java.lang.Integer,​java.lang.Integer,​java.lang.Integer> INTEGER
      • DOUBLE

        public static final Function2<java.lang.Double,​java.lang.Double,​java.lang.Double> DOUBLE
      • LONG

        public static final Function2<java.lang.Long,​java.lang.Long,​java.lang.Long> LONG
    • Constructor Detail

      • MinFunction

        private MinFunction()