Not sure its better but: `integer?.takeIf { it &gt...
# getting-started
s
Not sure its better but:
integer?.takeIf { it > 0 }?.let { println(it) }