Interface NumberType

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class NumberType.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract T min(List<T> values)
      abstract T max(List<T> values)
      abstract Double offset(T min, T max, Double scale, T value)
      abstract List<NumberUnit<T>> units(T min, T max)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait