amaembo / streamex

Enhancing Java Stream API
Apache License 2.0
2.18k stars 249 forks source link

Align toList spec/implementation with Java 16 toList #240

Closed amaembo closed 3 years ago

amaembo commented 3 years ago

We have StreamEx.toList that returns a mutable list. However, Java 16 provides toList that returns an immutable list. We probably should introduce a breaking change to make toList immutable as well.

szarnekow commented 3 years ago

This appears to be a subset of the issue described in #244

amaembo commented 3 years ago

Thanks! Indeed a duplicate :-)