pub fn max<T: Ord + Copy + Named + 'static>() -> impl Accumulator<State = Max<T>, Update = T>
Accumulate the max of received updates (i.e. the largest value of all received updates).