`mapNotNull { it.name?.let { name -> MyClass(it...
# android
m
mapNotNull { it.name?.let { name -> MyClass(it) } }
for a single call