-
-
Save ehsansouri23/c6aa9175774eeb6b48ea6e9fd4859ccc to your computer and use it in GitHub Desktop.
Kotlin apply function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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