Join Slack
Communities
Powered by
Also: Is there a name for this kind of pattern: `...
# datascience
f
Florian Magin
09/11/2020, 3:04 PM
Also: Is there a name for this kind of pattern:
Copy code
val x = ScriptEvaluationConfiguration { implicitReceivers(builder) }
I think I don't fully understand what this is a short form for
a
altavir
09/11/2020, 3:12 PM
It is a class constructor/ function builder which takse a single lambda as argument. You can ctrl+click to see the signature.
4
Views
Open in Slack
Previous
Next