MaxComparator<T> extension

on

Methods

max(T a, T b) → T
Returns the maximum of the two arguments a and b.
maxOf(Iterable<T> iterable, {T orElse()?}) → T
Returns the maximum of the provided iterable.