Skip to content

Instantly share code, notes, and snippets.

@bastman
Created October 31, 2019 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bastman/4a03dbe371bc50ec06c02b1331c5a274 to your computer and use it in GitHub Desktop.
Save bastman/4a03dbe371bc50ec06c02b1331c5a274 to your computer and use it in GitHub Desktop.
kotlin reified T is nullable ?
// https://gist.github.com/dant3/1c5f8ba8555cadb0c418523de7857e50
inline fun <reified T> isNullable(): Boolean = null is T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment