A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
when(plans:Array) — Static Method , class raix.reactive.Observable | |
Matches multiple plans (source sequence combinations) in the order they are specified | |
window(windowClosingSelector:Function) — method, class raix.reactive.AbsObservable | |
Splits values into child-observable windows which are closed by the caller | |
window(windowClosingSelector:Function) — method, interface raix.reactive.IObservable | |
Splits values into child-observable windows which are closed by the caller | |
windowWithCount(count:uint, skip:uint) — method, class raix.reactive.AbsObservable | |
Emits the values from a source sequence in groups of a specific size | |
windowWithCount(count:uint, skip:uint) — method, interface raix.reactive.IObservable | |
Emits the values from a source sequence in groups of a specific size | |
windowWithTime(timeMs:uint, timeShiftMs:uint, scheduler:raix.reactive.scheduling:IScheduler) — method, class raix.reactive.AbsObservable | |
Emits the values from a source sequence in groups of a specific size | |
windowWithTime(timeMs:uint, timeShiftMs:uint, scheduler:raix.reactive.scheduling:IScheduler) — method, interface raix.reactive.IObservable | |
Emits the values from a source sequence in groups of a specific size | |
windowWithTimeOrCount(timeMs:uint, count:uint, scheduler:raix.reactive.scheduling:IScheduler) — method, class raix.reactive.AbsObservable | |
Emits IObservable sequences containing values received in sized batches or within a timespan, whichever occurs first | |
windowWithTimeOrCount(timeMs:uint, count:uint, scheduler:raix.reactive.scheduling:IScheduler) — method, interface raix.reactive.IObservable | |
Emits IObservable sequences containing values received in sized batches or within a timespan, whichever occurs first | |
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |