Join Slack
Powered by
I suppose the following would work although not as...
# announcements
m
mfulton26
02/14/2017, 5:34 PM
I suppose the following would work although not as terse as an `if let - else`:
someValue.let { if (it != null) doSomethingWithTheString(it) else logThisCase() }
Open in Slack
Previous
Next