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
Which would group the values based on the last value returned from each sub-observable. When a new value is fired, the corresponding value would move from one group to another.
I was considering something like GroupAsync but this operator would cover that use-case (and a lot more).
As suggested in #409, we should consider something like
GroupOnObservable
with a prototype such as:Which would group the values based on the last value returned from each sub-observable. When a new value is fired, the corresponding value would move from one group to another.
I was considering something like
GroupAsync
but this operator would cover that use-case (and a lot more).Originally posted by @dwcullop in #672 (comment)
The text was updated successfully, but these errors were encountered: