`mapNotNull { it.name }.map { MyClass(it) }`
# android
g
mapNotNull { it.name }.map { MyClass(it) }
l
whoops that’s what i meant