Join Slack
Communities
Powered by
`firstOrNull()` can be handled with safe navigatio...
# getting-started
s
Shawn
11/14/2017, 8:06 PM
firstOrNull()
can be handled with safe navigation
?.
or you can supply a default value:
val foo = bar.firstOrNull() ?: default
Open in Slack
Previous
Next