-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
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
Currently groupMapReduce
is defined in IterableOps
so it's not available for Iterator
, but it easily could be because it doesn't require building an inner collection of the collection type, unlike groupBy
and groupMap
. Thus groupMapReduce
would be hoisted to IterableOnceOps
instead and be a consuming operation on the iterator.
I suppose the current workaround would be to use to(LazyList)
on an iterator and use groupMapReduce
on that.
FOODzee, liontiger23, pavelpavlov, julienrf, Jasper-M and 4 more
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