min By
inline fun <K, V, R : Comparable<R>> Map<out K, V>.minBy(selector: (Map.Entry<K, V>) -> R): Map.Entry<K, V>?(source)
Deprecated
Warning since 1.4
Error since 1.5
Use minByOrNull instead.
Replace with
this.minByOrNull(selector)
Content copied to clipboard