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 |
BooleanCancelable — class, package raix.reactive |
|
Represents a cancelable operation, the canceled status of which can
be checked by isCanceled
|
BooleanCancelable() — Constructor, class raix.reactive.BooleanCancelable |
| |
bufferWithCount(count:uint, skip:uint) — method, class raix.reactive.AbsObservable |
|
Emits the values from a source sequence in groups of a specific size
|
bufferWithCount(count:uint, skip:uint) — method, interface raix.reactive.IObservable |
|
Emits the values from a source sequence in groups of a specific size
|
bufferWithTime(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
|
bufferWithTime(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
|
bufferWithTimeOrCount(timeMs:uint, count:uint, scheduler:raix.reactive.scheduling:IScheduler) — method, class raix.reactive.AbsObservable |
|
Buffers values into an array, with one array for either a maximum period of time or a maximum number
of values, whichever occurs first
|
bufferWithTimeOrCount(timeMs:uint, count:uint, scheduler:raix.reactive.scheduling:IScheduler) — method, interface raix.reactive.IObservable |
|
Buffers values into an array, with one array for either a maximum period of time or a maximum number
of values, 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 |