Capitolo 1 - Scope functions #25
arialdomartini
started this conversation in
Games
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sviluppiamo qualcuna delle Scope function disponiibili in Kotlin:
In Kotlin le scope function sono divise in 2 gruppi: quelle che vedono l'oggetto di contesto come il alambda receiver (
this) e quelle che usano l'oggetto di contesto come lambda argument (it).In C# riusciremo a sviluppare solo le seconde:
Come lambda argument
Come lambda receiver
Esempi:
Beta Was this translation helpful? Give feedback.
All reactions