MapMinBy<K, V> extension

on

Methods

minBy<R extends Comparable>(R selector(MapEntry<K, V>)) MapEntry<K, V>?
Returns the first entry yielding the smallest value of the given function or null if there are no entries.