Class MultiGauge.Row<T>

  • Enclosing class:
    MultiGauge

    public static class MultiGauge.Row<T>
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static MultiGauge.Row<java.lang.Number> of​(Tags uniqueTags, java.lang.Number number)  
      static MultiGauge.Row<java.util.function.Supplier<java.lang.Number>> of​(Tags uniqueTags, java.util.function.Supplier<java.lang.Number> valueFunction)  
      static <T> MultiGauge.Row<T> of​(Tags uniqueTags, T obj, java.util.function.ToDoubleFunction<T> valueFunction)  
      • Methods inherited from class java.lang.Object

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

      • of

        public static <T> MultiGauge.Row<T> of​(Tags uniqueTags,
                                               T obj,
                                               java.util.function.ToDoubleFunction<T> valueFunction)
      • of

        public static MultiGauge.Row<java.lang.Number> of​(Tags uniqueTags,
                                                          java.lang.Number number)
      • of

        public static MultiGauge.Row<java.util.function.Supplier<java.lang.Number>> of​(Tags uniqueTags,
                                                                                       java.util.function.Supplier<java.lang.Number> valueFunction)