`someValue?.takeIf { it.isNotBlank() }?.let { ... ...
# getting-started
k
someValue?.takeIf { it.isNotBlank() }?.let { ... }
👍 3