Join Slack
Powered by
try this ``` fun invokeConsumerFunction(consumer: ...
# getting-started
l
lex
11/30/2017, 8:35 AM
try this
Copy code
fun invokeConsumerFunction(consumer: (Int) -> Unit) { consumer(123) }
and method reference as described above
2
Views
Open in Slack
Previous
Next