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  
raix.interactive — package
Classes for working with interactive / pull collections
raix.reactive — package
raix.reactive.flex — package
Flex integration classes
raix.reactive.scheduling — package
Classes that schedule execution for raix classes
raix.reactive.subjects — package
Subject implementations
raix.reactive.testing — package
raix.utils — package
range(start:int, count:int) — Static Method , class raix.interactive.Enumerable
Creates an enumerable sequence that contains the numbers in a specified range
range(start:int, count:uint, scheduler:raix.reactive.scheduling:IScheduler) — Static Method , class raix.reactive.Observable
Creates a sequence of consecutive integers
Recorded — class, package raix.reactive.testing
Recorded(time:Number, notification:raix.reactive:Notification) — Constructor, class raix.reactive.testing.Recorded
recordedNotifications — Property, class raix.reactive.testing.MockObserver
reduce(seed:Object, accumulator:Function, resultSelector:Function) — method, class raix.interactive.AbsEnumerable
Aggregates values in a sequence using functions passed as arguments.
reduce(seed:Object, accumulator:Function, resultSelector:Function) — method, interface raix.interactive.IEnumerable
Aggregates values in a sequence using functions passed as arguments.
reduce(accumulator:Function, initialValue:Object, useInitialValue:Boolean) — method, class raix.reactive.AbsObservable
Runs calculation functions over every value in the source sequence and emits the final result
reduce(accumulator:Function, initialValue:Object, useInitialValue:Boolean) — method, interface raix.reactive.IObservable
Runs calculation functions over every value in the source sequence and emits the final result
refCount() — method, class raix.reactive.subjects.ConnectableObservable
Makes this observable 'hot' when an observer subscribes, and will cancel the source subscription when the last observer unsubscribes
refCount() — method, interface raix.reactive.subjects.IConnectableObservable
Makes this observable 'hot' when an observer subscribes, and will cancel the source subscription when the last observer unsubscribes
remove(cancelable:raix.reactive:ICancelable) — method, class raix.reactive.CompositeCancelable
Removes a cancelable resource from the list
removeTimeInterval() — method, class raix.reactive.AbsObservable
Removes time interval information added with timeInterval
removeTimeInterval() — method, interface raix.reactive.IObservable
Removes time interval information added with timeInterval
removeTimestamp() — method, class raix.reactive.AbsObservable
Removes timestamp information added with timestamp
removeTimestamp() — method, interface raix.reactive.IObservable
Removes timestamp information added with timestamp
repeat(count:uint) — method, class raix.interactive.AbsEnumerable
Repeats the source sequence a specified number of times
repeat(val:Object, count:int) — Static Method , class raix.interactive.Enumerable
Creates an enumerable sequence that repeats a value
repeat(count:uint) — method, interface raix.interactive.IEnumerable
Repeats the source sequence a specified number of times
repeat(repeatCount:uint) — method, class raix.reactive.AbsObservable
Repeats the source sequence a specific number of times
repeat(repeatCount:uint) — method, interface raix.reactive.IObservable
Repeats the source sequence a specific number of times
repeatValue(val:Object, repeatCount:uint, scheduler:raix.reactive.scheduling:IScheduler) — Static Method , class raix.reactive.Observable
Repeats a value a specification number of times
replay(bufferSize:uint, windowMs:uint, scheduler:raix.reactive.scheduling:IScheduler) — method, class raix.reactive.AbsObservable
Records the output of the source sequence and replays it to future subscribers
replay(bufferSize:uint, windowMs:uint, scheduler:raix.reactive.scheduling:IScheduler) — method, interface raix.reactive.IObservable
Records the output of the source sequence and replays it to future subscribers
replayDefer(selector:Function, bufferSize:uint, windowMs:uint, scheduler:raix.reactive.scheduling:IScheduler) — method, class raix.reactive.AbsObservable
Creates a shared sequence that replays values to future subscrubers, the shared sequence will be passed to the selector function when the sequence is subscribed to
replayDefer(selector:Function, bufferSize:uint, windowMs:uint, scheduler:raix.reactive.scheduling:IScheduler) — method, interface raix.reactive.IObservable
Creates a shared sequence that replays values to future subscrubers, the shared sequence will be passed to the selector function when the sequence is subscribed to
ReplaySubject — class, package raix.reactive.subjects
ReplaySubject(bufferSize:uint, window:uint, scheduler:raix.reactive.scheduling:IScheduler) — Constructor, class raix.reactive.subjects.ReplaySubject
responder(valueClass:Class) — Static Method , class raix.reactive.flex.FlexObservable
Creates an observable sequence that is also an IResponder
result(data:Object) — method, class raix.reactive.flex.ObservableResponder
Implementation of mx.rpc.IResponder.result()
retry(retryCount:uint) — method, class raix.reactive.AbsObservable
Repeats the source sequence when an error occurs
retry(retryCount:uint) — method, interface raix.reactive.IObservable
Repeats the source sequence when an error occurs
reverse() — method, class raix.interactive.AbsEnumerable
Reverses the values in the source sequence
reverse() — method, interface raix.interactive.IEnumerable
Reverses the values in the source sequence
run() — method, class raix.reactive.testing.TestScheduler
runTo(time:Number) — method, class raix.reactive.testing.TestScheduler
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