Skip to content

Instantly share code, notes, and snippets.

@prateek54
Last active September 17, 2020 08:13
Show Gist options
  • Save prateek54/5733cc76e13b86281c485fc600441ce5 to your computer and use it in GitHub Desktop.
Save prateek54/5733cc76e13b86281c485fc600441ce5 to your computer and use it in GitHub Desktop.
Null Safety a battle in Kotlin 5
val result = nullableVariable?.someMethodCall() ?: fallbackIfNullMethodCall()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment