IterableMinBy<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
minBy(
Comparable selector(E element)) → E? -
Available on Iterable<
Returns the first element yielding the smallest value of the givenE> , provided by the IterableMinBy extensionselector
ornull
if there are no elements.