Re: [DISCUSS] Lazy findAll, collect, collectMany

2025-04-08 Thread Mattias Reichel
My first thought was that the *Then method names sound nice as they read very well when chaining methods. However, I think the *Lazy method names are the best choice for Groovy. /Mattias Den tis 8 apr. 2025 kl 08:57 skrev Søren Berg Glasius : > I think that option A is best, and it leans toward

[DISCUSS] Lazy findAll, collect, collectMany

2025-04-08 Thread Paul King
Hi folks, I have been looking at the functionality in Groovy-stream[1] and Gatherers4J[2] lately with a view to filling any gaps in Groovy's iterator DGM methods. I'm not trying to replicate everything they contain, just looking for the most useful functionality Groovy might be missing. The bigge