I suppose the following would work although not as...
# announcements
m
I suppose the following would work although not as terse as an `if let - else`:
someValue.let { if (it != null) doSomethingWithTheString(it) else logThisCase() }