You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest that a SetSyntax trait is added with syntax for this, similar to the existing ListSyntax.
The way ListOps#groupByNel is implemented (list.toNel.groupBy(...))suggests that this could also involve having groupBy in NonEmptySet.
I'll gladly contribute that, given some pointers :)
The text was updated successfully, but these errors were encountered:
Sometimes it'd be nice to group a Set to non-empty Sets, like:
I suggest that a
SetSyntax
trait is added with syntax for this, similar to the existingListSyntax
.The way
ListOps#groupByNel
is implemented (list.toNel.groupBy(...)
)suggests that this could also involve havinggroupBy
inNonEmptySet
.I'll gladly contribute that, given some pointers :)
The text was updated successfully, but these errors were encountered: