Join Slack
Powered by
<https://kotlinlang.slack.com/archives/getting-sta...
# getting-started
i
ilya.gorbunov
04/15/2016, 5:19 PM
https://kotlinlang.slack.com/archives/getting-started/p1460725107001092
If
foo
is a top-level function with one argument you can use callable reference:
x?.let(::foo)
👍 1
Open in Slack
Previous
Next