Skip to content

Instantly share code, notes, and snippets.

@jwalgemoed
Created September 14, 2018 08:36
Show Gist options
  • Save jwalgemoed/71842f8981f6aed4d68273a2d55792e3 to your computer and use it in GitHub Desktop.
Save jwalgemoed/71842f8981f6aed4d68273a2d55792e3 to your computer and use it in GitHub Desktop.
fun User?.isComplete(): Boolean {
return this != null && this.isValid()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment