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 extensioncomparator
ornull
if there are no elements.