Identical to max.
Identical to max.
instance of Max[U] for comparison
wrapped instance of T
If this instance wraps a larger T than r, returns this instance, else returns r.
If this instance wraps a larger T than r, returns this instance, else returns r.
instance of Max[U] for comparison
Tracks the maximum wrapped instance of some ordered type
T.Max [T] is a Semigroup for all types
T. IfThas some minimum element (LonghasLong.MinValue, for example), then Max [T] is a Monoid.wrapped instance of
T