Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
timeSpan (Number): Maximum time length of a window.
timeSpan
Number
count (Number): Maximum element count of a window.
count
[scheduler=Rx.Scheduler.timeout] (Scheduler): Scheduler to run windows timers on. If not specified, the timeout scheduler is used.
[scheduler=Rx.Scheduler.timeout]
Scheduler
(Observable): An observable sequence of windows.
Observable
Last updated 5 years ago