`mapNotNull { it.name.takeUnless { it.isNullOrEmpt...
# getting-started
d
mapNotNull { it.name.takeUnless { it.isNullOrEmpty() } }
😉