IterableMax<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
max(
) → E? -
Available on Iterable<
Returns the largest element orE> , provided by the IterableMax extensionnull
if there are no elements.
Available on Iterable<
null
if there are no elements.