Skip to content

Instantly share code, notes, and snippets.

@andersonleite
Created June 17, 2015 14:08
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 andersonleite/79cca974309e27fe2c07 to your computer and use it in GitHub Desktop.
Save andersonleite/79cca974309e27fe2c07 to your computer and use it in GitHub Desktop.
gradle
def myVar = {String str, int num -> println "$str : $num" }
//execute closure
myVar('age', 30)
#output: age : 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment