Skip to content

Instantly share code, notes, and snippets.

@tasaquino
Created November 30, 2018 14:46
Show Gist options
  • Save tasaquino/a9efe9c639f8e11144203b3127689c43 to your computer and use it in GitHub Desktop.
Save tasaquino/a9efe9c639f8e11144203b3127689c43 to your computer and use it in GitHub Desktop.
Scoping Functions - run example
val person: Person = attributes.run {
mapToPerson(this.first, this.second)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment