Returns a new Map with entries having the keys obtained by applying the transform function to each entry in this Map and the values of this map.
In case if any two entries are mapped to the equal keys, the value of the latter one will overwrite the value associated with the former one.
The returned map preserves the entry iteration order of the original map.
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/map-keys.html