MapMinBy<K, V> extension

on

Methods

minBy<R extends Comparable>(R selector(MapEntry<K, V>)) MapEntry<K, V>?

Available on Map<K, V>, provided by the MapMinBy extension

Returns the first entry yielding the smallest value of the given function or null if there are no entries.