MapMaxBy<K, V> extension

on

Methods

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