Consumer<T>
public interface Summary<T> extends Consumer<T>
void
combine(Summary<T> summary)
long
getCount()
T
getMax()
getMin()
accept, andThen
long getCount()
T getMin()
T getMax()
void combine(Summary<T> summary)