Having a map, is it possible to set value by findi...
# announcements
a
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