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