Join Slack
Powered by
It may be better for methods with multiple lambda ...
# language-proposals
i
ilya.gorbunov
10/26/2015, 5:14 PM
It may be better for methods with multiple lambda parameters, consider for example this hypothetical version of assert:
fun assert(expression: () -> Boolean, message: () -> String)
On the other hand, it would be less clear on the call site what's going on.
Open in Slack
Previous
Next