|
Groovy JDK |
Method Summary | |
---|---|
T
|
each(Closure closure)
Iterates through an aggregate type or data structure, passing each item to the given closure. |
Method Detail |
---|
public T each(Closure closure)
closure
- the closure applied on each element found.
|
Groovy JDK |