maxWith
inline fun <K, V> Map<out K, V>.maxWith(comparator: Comparator<in Map.Entry<K, V>>): Map.Entry<K, V>?(source)
Deprecated
Use maxWithOrNull instead.
Replace with
this.maxWithOrNull(comparator)Content copied to clipboard
Since Kotlin
1.0@ExperimentalUnsignedTypes
Deprecated
Use maxWithOrNull instead.
Replace with
this.maxWithOrNull(comparator)Content copied to clipboard