Skip to content

Instantly share code, notes, and snippets.

@tasaquino
Created November 30, 2018 15:19
Show Gist options
  • Save tasaquino/9c1d9b9627d45396dd09c5caa42cd0df to your computer and use it in GitHub Desktop.
Save tasaquino/9c1d9b9627d45396dd09c5caa42cd0df to your computer and use it in GitHub Desktop.
Scoping Function - also example 2
person.also { p ->
p.profession = "Iron Man"
p.nickname = "Tony"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment