Interface HistogramDataConsumer<T extends Exception>


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

    Modifier and Type
    Method
    Description
    void
    consume(long point, int value)
     
  • Method Details

    • consume

      void consume(long point, int value) throws T
      Throws:
      T extends Exception