Join Slack
Communities
Powered by
Hi, is it possible to have a map on a `Nullable In...
# android
g
george.m
04/20/2016, 6:22 PM
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 */ }
Open in Slack
Previous
Next