Skip to content

Add missing window with time overload #1608

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

Merged
merged 1 commit into from
Aug 19, 2014
Merged

Add missing window with time overload #1608

merged 1 commit into from
Aug 19, 2014

Conversation

davidmoten
Copy link
Collaborator

Observable.window is missing an overload, the one overload to rule them all (couldn't resist).

The missing overload is below and corresponds to the ability to customize every parameter associated with the window with time functionality.

public final Observable<Observable<T>> window(long timespan, long timeshift, TimeUnit unit, int count, Scheduler scheduler)

@cloudbees-pull-request-builder

RxJava-pull-requests #1514 SUCCESS
This pull request looks good

@benjchristensen
Copy link
Member

:-)

benjchristensen added a commit that referenced this pull request Aug 19, 2014
Add missing window with time overload
@benjchristensen benjchristensen merged commit 63ae596 into ReactiveX:master Aug 19, 2014
@davidmoten davidmoten deleted the window-add-overload branch August 19, 2014 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants