eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Add primitive versions of flatCollect to LazyIterable

Open donraab opened this issue 5 years ago • 0 comments

Now that we have primitive versions of flatCollect that take target primitive collections on RichIterable, we can improve the symmetry on LazyIterable by adding primitive versions of flatCollect that are lazy.

This can't be implemented with default methods, unless they throw UnsupportedOperationException so I am suggesting we target this work for the next major release.

donraab avatar Jun 17 '20 06:06 donraab