Interface Summary<T>

  • All Superinterfaces:
    Consumer<T>

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

      • getCount

        long getCount()
      • getMin

        T getMin()
      • getMax

        T getMax()
      • combine

        void combine​(Summary<T> summary)