You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Suminda Dharmasena (JIRA)" <ji...@apache.org> on 2015/07/02 09:04:04 UTC

[jira] [Updated] (GROOVY-7488) Depth 1st and Breath 1st taking a closure

     [ https://issues.apache.org/jira/browse/GROOVY-7488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suminda Dharmasena updated GROOVY-7488:
---------------------------------------
    Description: 
E.g.

```
n.depthFirst { level, node -> ... }
```


  was:

<code>
n.depthFirst { level, node -> ... }
</code>


> Depth 1st and Breath 1st taking a closure
> -----------------------------------------
>
>                 Key: GROOVY-7488
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7488
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Suminda Dharmasena
>            Priority: Blocker
>
> E.g.
> ```
> n.depthFirst { level, node -> ... }
> ```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)