Join Slack
Powered by
using the safe navigation operator makes it clear ...
# announcements
s
Shawn
07/15/2018, 10:21 PM
using the safe navigation operator makes it clear that the receiver could be null and the block only gets executed if the receiver isn’t null. this is a pattern you’ll see all throughout Kotlin code
Open in Slack
Previous
Next