Join Slack
Powered by
I just do: ``` val notNullable = someNullable ?: t...
# getting-started
p
poohbar
02/16/2018, 9:12 PM
I just do:
Copy code
val notNullable = someNullable ?: throw IllegalState(Argument)Exception(errorMsg)
Open in Slack
Previous
Next