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 extensioncomparatorornullif there are no elements.