IterableMaxWith<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
maxWith(
Comparator< E> comparator) → E? -
Available on Iterable<
Returns the first element having the largest value according to the providedE> , provided by the IterableMaxWith extensioncomparator
ornull
if there are no elements.