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/07 06:14:06 UTC

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=14616145#comment-14616145 ] 

Suminda Dharmasena edited comment on GROOVY-7488 at 7/7/15 4:13 AM:
--------------------------------------------------------------------

Second through in order may not be wise to introduce. Let's stick with pre and post order with the traverse method for anything more fancy.


was (Author: sirinath1978m@gmail.com):
Second through in order may not be wise to introduce.

> 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
>          Components: groovy-jdk
>            Reporter: Suminda Dharmasena
>            Priority: Minor
>
> E.g.
> n.depthFirst { level, node -> ... }
> NB: there is level



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