min With
fun <K, V> Map<out K, V>.minWith(comparator: Comparator<in Map.Entry<K, V>>): Map.Entry<K, V>?(source)
Deprecated
Warning since 1.4
Error since 1.5
Use minWithOrNull instead.
Replace with
this.minWithOrNull(comparator)
Content copied to clipboard