Skip to content

Instantly share code, notes, and snippets.

@jordanterry
Created April 8, 2018 10:37
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 jordanterry/1955da562e3a5391cdb0f0f2bfaab737 to your computer and use it in GitHub Desktop.
Save jordanterry/1955da562e3a5391cdb0f0f2bfaab737 to your computer and use it in GitHub Desktop.
fun callback(data: Data) {
// Do something.
}
dataRepository.getData(::callback)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment