Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

groupBy / groupByUntil #165

Closed
benlesh opened this issue Aug 13, 2015 · 0 comments
Closed

groupBy / groupByUntil #165

benlesh opened this issue Aug 13, 2015 · 0 comments

Comments

@benlesh
Copy link
Member

benlesh commented Aug 13, 2015

After speaking with @mattpodwysocki and @trxcllnt it's probably best to merge the functionality of grouipBy and groupByUntil into one operator.

The signature would essentially match groupByUntil, but the second two arguments would be completely optional.

groupBy(keySelector:(value:T) => K, elementSelector?: (value:T) => R, durationSelector?: (group:Observable<R>) => Observable<any>): Observable<GroupedObservable<K, R>>
@lock lock bot locked as resolved and limited conversation to collaborators Jun 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant