IterableMinWith<E>  extension 
 
- on
- 
          - Iterable<E> 
 
- Iterable<
Methods
- 
  minWith(Comparator< E> comparator) → E?
- 
      Available on Iterable< Returns the first element having the smallest value according to the providedE> , provided by the IterableMinWith extensioncomparatorornullif there are no elements.