-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or requestlibrary:collectionsstatus:pendingThis enhancement request lacks consensus on whether or not to include itThis enhancement request lacks consensus on whether or not to include it
Description
I feel like having a sortedTo(factory)
(as well as all the other sorting variants) on Iterator
would be a good addition.
It would be good to discuss if it can produce any performance advantage over iterator.to(factory).sorted
or if it can be considered useful just as an API improvement to avoid two calls.
It is also worth discussing if this would be useful for all collections in general; for example, list.sortedTo(ArraySeq)
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlibrary:collectionsstatus:pendingThis enhancement request lacks consensus on whether or not to include itThis enhancement request lacks consensus on whether or not to include it