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