Skip to content

Instantly share code, notes, and snippets.

@ehsansouri23
Created December 30, 2021 10:16
Show Gist options
  • Save ehsansouri23/c6aa9175774eeb6b48ea6e9fd4859ccc to your computer and use it in GitHub Desktop.
Save ehsansouri23/c6aa9175774eeb6b48ea6e9fd4859ccc to your computer and use it in GitHub Desktop.
Kotlin apply function
val user = User().apply {
firstName = "ehsan"
lastName = "souri"
address = Address()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment