Skip to content

Instantly share code, notes, and snippets.

@LucianoPAlmeida
Last active July 20, 2019 21:04
Show Gist options
  • Save LucianoPAlmeida/65461ceac4602f598bccabdf74d150d5 to your computer and use it in GitHub Desktop.
Save LucianoPAlmeida/65461ceac4602f598bccabdf74d150d5 to your computer and use it in GitHub Desktop.
Kotlin
fun getUser(usid: String) {
apiToken { // it: String
findUser(usid: it) { //it: User
// Do what you want with the user.
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment