eric-milles opened a new pull request, #2157: URL: https://github.com/apache/groovy/pull/2157
I tried to follow `collectMany` in terms of generics. There is no connection that can be made between the in type and the out type, since aggregates are recursively processed. And the closure accepting forms have weaker guarantees for the parameter type, so I added `@ClosureParams` just to indicate the number of parameters. https://issues.apache.org/jira/browse/GROOVY-11486 -- 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