Groovy – find()

  • Post author:
  • Post category:Groovy
  • Post comments:0 Comments

The find method finds the first value in a collection that matches some criterion. Syntax Object find(Closure closure) Parameters The condition to be met by the collection element is specified in the…

Continue ReadingGroovy – find()