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) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org