IterableMinBy<E> extension

on

Methods

minBy(Comparable selector(E element)) → E?

Available on Iterable<E>, provided by the IterableMinBy extension

Returns the first element yielding the smallest value of the given selector or null if there are no elements.