IterableMinBy<E> extension

on

Methods

minBy(Comparable selector(E element)) → E?
Returns the first element yielding the smallest value of the given selector or null if there are no elements.