maxBy
inline fun <K, V, R : Comparable<R>> Map<out K, V>.maxBy(selector: (Map.Entry<K, V>) -> R): Map.Entry<K, V>?(source)
Deprecated
Use maxByOrNull instead.
Replace with
this.maxByOrNull(selector)Content copied to clipboard
Since Kotlin
1.0@ExperimentalUnsignedTypes
@ExperimentalUnsignedTypes
@ExperimentalUnsignedTypes
@ExperimentalUnsignedTypes
Deprecated
Use maxByOrNull instead.
Replace with
this.maxByOrNull(selector)Content copied to clipboard