Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active March 30, 2020 17:02
Show Gist options
  • Select an option

  • Save akexorcist/af0b2a7fb20d77856821f378d9bfa0b6 to your computer and use it in GitHub Desktop.

Select an option

Save akexorcist/af0b2a7fb20d77856821f378d9bfa0b6 to your computer and use it in GitHub Desktop.
val user = User("Akexorcist").apply {
age = 17
}.also {
it.job = getJobByName(it.name)
it.company = getCompanyByName(it.name)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment