[ https://issues.apache.org/jira/browse/GROOVY-10921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17712542#comment-17712542 ]
Eric Milles commented on GROOVY-10921: -------------------------------------- [~paulk] Here is a sample of my intent for {{ArrayGroovyMethods}}. A few of the variants like {{each}}, {{eachWithIndex}}, etc. have been moved. In the end, I would expect all array-as-self-type extensions from {{DefaultGroovyMethods}} are migrated to {{ArrayGroovyMethods}}. Then you have a one-stop shop for array stuff. Thoughts? https://github.com/apache/groovy/commit/c873bf052ac7e14df34806302650a0784b09d45c > Optimised variants for AGM#each > ------------------------------- > > Key: GROOVY-10921 > URL: https://issues.apache.org/jira/browse/GROOVY-10921 > Project: Groovy > Issue Type: Improvement > Reporter: Paul King > Assignee: Paul King > Priority: Major > Fix For: 5.0.0-alpha-1 > > > Similarly as for min/max, we can have variants for each which use IntConsumer > and save boxing/unboxing overheads. -- This message was sent by Atlassian Jira (v8.20.10#820010)