Skip to content

Instantly share code, notes, and snippets.

@Opalo
Created December 8, 2015 10:38
Show Gist options
  • Save Opalo/5157a9449a471e83d1d3 to your computer and use it in GitHub Desktop.
Save Opalo/5157a9449a471e83d1d3 to your computer and use it in GitHub Desktop.
new File('.').listFiles({f,s -> true} as FilenameFilter).each {println it}
@dims12
Copy link

dims12 commented Dec 8, 2015

What is {f,s -> true} don't understand?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment