Join Slack
Powered by
is there any function like "let" that receives "n"...
# announcements
a
adheus
08/15/2017, 6:36 PM
is there any function like "let" that receives "n" optional variables and executes a block if they aren't null? something like: (a, b, c, d, e)?.let { a, b, c, d, e -> doSomething() }
Open in Slack
Previous
Next