https://kotlinlang.org logo
a

aaverin

08/19/2016, 7:28 AM
Having a map, is it possible to set value by finding a key somehow, if my key is an object? So I need something like
Copy code
myMap.valueForKey { it.isMySuperKey() } = myNewValue