Join Slack
Powered by
`mapNotNull { it.name?.let { name -> MyClass(it...
# android
m
menegatti
07/11/2017, 8:37 AM
mapNotNull { it.name?.let { name -> MyClass(it) } }
for a single call
Open in Slack
Previous
Next