Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save akexorcist/b8e09ba34354d158a403dd80998d9fbb to your computer and use it in GitHub Desktop.
val user : User? = null
val result = user?.apply {
...
}?.also {
...
}?.run {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment