Hi, is it possible to have a map on a `Nullable In...
# android
g
Hi, is it possible to have a map on a
Nullable Int
similar to Swift where I would be able to do something similar to this:
Copy code
soundMap[soundId]?.map { id -> /* Do something with id - where id:Int */ }