Join Slack
Powered by
is there a more clean way to do this? ``` ...
# getting-started
s
stoyicker
04/04/2017, 8:33 AM
is there a more clean way to do this?
Copy code
fun fromString(source: String?) = if (source?.isNullOrEmpty() ?: false) null else source
2
Views
Open in Slack
Previous
Next