Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Last active November 20, 2023 14:01
Show Gist options
  • Save CostaFot/d598a4de5a4d5a3d9b74e37a7a1c8aa1 to your computer and use it in GitHub Desktop.
Save CostaFot/d598a4de5a4d5a3d9b74e37a7a1c8aa1 to your computer and use it in GitHub Desktop.
class SingleLiveEvent<out T>(private val content: T) {
// same as before..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment