Join Slack
Powered by
let is becoming a little bit less ugly with bound ...
# language-proposals
k
kirillrakhman
09/13/2016, 8:03 AM
let is becoming a little bit less ugly with bound references:
Copy code
class Foo { fun bar(baz: Baz) {} } nullableBaz?.let(Foo()::bar)
Open in Slack
Previous
Next