mfulton26
someValue?.let { someRealValue -> doSomethingWithTheString(someRealValue) } ?: logThisCase()