Join Slack
Powered by
Essentially `.ifEmpty { }` but for nullable values
# getting-started
g
Gavin Ray
11/30/2022, 8:09 PM
Essentially
.ifEmpty { }
but for nullable values
🧵 1
s
Stephan Schröder
12/01/2022, 9:02 AM
x ?: defaultValue
if you have a given value or
x ?: run {...}
if you want a lambda to return a value
2
Views
Open in Slack
Previous
Next