Return-Path: X-Original-To: apmail-groovy-notifications-archive@minotaur.apache.org Delivered-To: apmail-groovy-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C1D21826F for ; Thu, 2 Jul 2015 07:04:28 +0000 (UTC) Received: (qmail 18767 invoked by uid 500); 2 Jul 2015 07:04:28 -0000 Delivered-To: apmail-groovy-notifications-archive@groovy.apache.org Received: (qmail 18743 invoked by uid 500); 2 Jul 2015 07:04:28 -0000 Mailing-List: contact notifications-help@groovy.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.incubator.apache.org Delivered-To: mailing list notifications@groovy.incubator.apache.org Received: (qmail 18734 invoked by uid 99); 2 Jul 2015 07:04:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2015 07:04:28 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Jul 2015 07:02:18 +0000 Received: (qmail 18485 invoked by uid 99); 2 Jul 2015 07:04:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2015 07:04:04 +0000 Date: Thu, 2 Jul 2015 07:04:04 +0000 (UTC) From: "Suminda Dharmasena (JIRA)" To: notifications@groovy.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GROOVY-7488) Depth 1st and Breath 1st taking a closure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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: n.depthFirst { level, node -> ... } > 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)