Interface Summary<T>

All Superinterfaces:
Consumer<T>

public interface Summary<T> extends Consumer<T>
  • Method Details

    • getCount

      long getCount()
    • getMin

      T getMin()
    • getMax

      T getMax()
    • combine

      void combine(Summary<T> summary)