Merges all the observable sequences and Promises into a single observable sequence.
[scheduler] (Scheduler=Rx.Scheduler.timeout): Scheduler to run the timer on. If not specified, Rx.Scheduler.immediate is used.
[scheduler]
args (Array|arguments): Observable sequences to merge into a single sequence.
args
(Observable): An observable sequence that produces a value after each period.
Observable
Last updated 5 years ago