Skip to content

Instantly share code, notes, and snippets.

@alparslandev
Last active September 24, 2019 05:59
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 alparslandev/e9bfc3f401bf71cbfa1660fa33cf5924 to your computer and use it in GitHub Desktop.
Save alparslandev/e9bfc3f401bf71cbfa1660fa33cf5924 to your computer and use it in GitHub Desktop.
fun passMeFunction ( text:String , function : ( ) -> Unit ) {
// do something
//execute the function
function()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment