We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
groupByUntil
groupBy(keySelector:(value:T) => K, elementSelector?: (value:T) => R, durationSelector?: (group:Observable<R>) => Observable<any>): Observable<GroupedObservable<K, R>>
The text was updated successfully, but these errors were encountered:
1e13aea
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: