Join Slack
Powered by
Hey, Is there an stdlib extension function to sug...
# getting-started
r
Ran Magen
09/06/2019, 7:47 PM
Hey, Is there an stdlib extension function to sugarize this?
Copy code
value.let { v -> if (v != null) v else { .. code .. } }
e.g. along the lines of
value.getOrElse { .. code .. }
Open in Slack
Previous
Next