Skip to content

Instantly share code, notes, and snippets.

@nullptr2this
Last active July 24, 2020 17:36
Show Gist options
  • Save nullptr2this/3f3f60d8456d204426c229ed58b4c0cd to your computer and use it in GitHub Desktop.
Save nullptr2this/3f3f60d8456d204426c229ed58b4c0cd to your computer and use it in GitHub Desktop.
Basic Kotlin Extensions
inline fun <reified T> Any.takeAs(): T? = this as? T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment