[ https://issues.apache.org/jira/browse/GROOVY-11606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17946402#comment-17946402 ]
ASF GitHub Bot commented on GROOVY-11606: ----------------------------------------- paulk-asert commented on PR #2182: URL: https://github.com/apache/groovy/pull/2182#issuecomment-2821128192 This PR has been updated with an alternative suggestion. Instead of eager & lazy/iterator variants being: ``` List collect(Iterator) Iterator collectLazy(Iterator) ``` They are now: ``` List collect(Iterator) Iterator collecting(Iterator) ``` > Lazy findAll, collect, collectMany > ---------------------------------- > > Key: GROOVY-11606 > URL: https://issues.apache.org/jira/browse/GROOVY-11606 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > > See: > https://lists.apache.org/thread/xv1bpgc7xp3rwp7qt627xfyd10ljcwbc -- This message was sent by Atlassian Jira (v8.20.10#820010)