Interface HistogramDataConsumer<T extends java.lang.Exception>


  • public interface HistogramDataConsumer<T extends java.lang.Exception>
    This interface exists to avoid boxing primitive ints to Integers (otherwise BiConsumer<Integer, Integer> would have been sufficient).
    • Method Detail

      • consume

        void consume​(long point,
                     int value)
              throws T extends java.lang.Exception
        Throws:
        T extends java.lang.Exception