Join Slack
Powered by
I have a fun which takes a lambda as arg, but some...
# announcements
f
forcelain
11/08/2016, 9:22 AM
I have a fun which takes a lambda as arg, but sometimes I want to call this fun with no lambda (or empty lambda) what I use now is
Copy code
val call = <…> makeCall(call) { }
is it right?
2
Views
Open in Slack
Previous
Next