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  
Observable — class, package raix.reactive
Provides static methods that create IObservable sequences
Observable() — Constructor, class raix.reactive.Observable
ObservableResponder — class, package raix.reactive.flex
Concrete implementation of an observable sequence that is also an mx.rpc.IResponder
ObservableResponder(valueClass:Class) — Constructor, class raix.reactive.flex.ObservableResponder
observeOn(scheduler:raix.reactive.scheduling:IScheduler) — method, class raix.reactive.AbsObservable
Defers messages to subscribers through a scheduler
observeOn(scheduler:raix.reactive.scheduling:IScheduler) — method, interface raix.reactive.IObservable
Defers messages to subscribers through a scheduler
Observer — class, package raix.reactive
Provides static methods that create observers
Observer() — Constructor, class raix.reactive.Observer
observers — Property, class raix.reactive.testing.HotObservable
ofClass(valueClass:Class) — method, class raix.reactive.AbsObservable
Filters out values from a source sequence that are not of a specific type
ofClass(valueClass:Class) — method, interface raix.reactive.IObservable
Filters out values from a source sequence that are not of a specific type
ofType(cls:Class) — method, class raix.interactive.AbsEnumerable
Filters values from a sequence based on their type
ofType(cls:Class) — method, interface raix.interactive.IEnumerable
Filters values from a sequence based on their type
onCompleted() — method, interface raix.reactive.IObserver
Notifies the subscriber that the sequence has completed and that no more messages will be received
onCompleted() — method, class raix.reactive.Subject
Notifies the subscriber that the sequence has completed and that no more messages will be received
onCompleted() — method, class raix.reactive.subjects.AsyncSubject
Notifies the subscriber that the sequence has completed and that no more messages will be received
onCompleted() — method, class raix.reactive.subjects.ReplaySubject
onCompleted() — method, class raix.reactive.testing.MockObserver
Notifies the subscriber that the sequence has completed and that no more messages will be received
OnCompleted — class, package raix.reactive
A Notification for an onCompleted call
OnCompleted() — Constructor, class raix.reactive.OnCompleted
ON_COMPLETED — Constant Static Property, class raix.reactive.NotificationKind
An onCompleted message
onError(error:Error) — method, interface raix.reactive.IObserver
Notifies the subscriber that the sequence has halted with an error and that no more messages will be received
onError(error:Error) — method, class raix.reactive.Subject
Notifies the subscriber that the sequence has halted with an error and that no more messages will be received
onError(err:Error) — method, class raix.reactive.subjects.AsyncSubject
Notifies the subscriber that the sequence has halted with an error and that no more messages will be received
onError(err:Error) — method, class raix.reactive.subjects.ReplaySubject
onError(error:Error) — method, class raix.reactive.testing.MockObserver
Notifies the subscriber that the sequence has halted with an error and that no more messages will be received
OnError — class, package raix.reactive
A Notification for an onError call
OnError(error:Error) — Constructor, class raix.reactive.OnError
ON_ERROR — Constant Static Property, class raix.reactive.NotificationKind
An onError message
onErrorResumeNext(second:raix.reactive:IObservable, scheduler:raix.reactive.scheduling:IScheduler) — method, class raix.reactive.AbsObservable
Subscribes down a list of sequence as each one errors or complete
onErrorResumeNext(second:raix.reactive:IObservable, scheduler:raix.reactive.scheduling:IScheduler) — method, interface raix.reactive.IObservable
Subscribes down a list of sequence as each one errors or complete
onErrorResumeNext(sources:Array, scheduler:raix.reactive.scheduling:IScheduler) — Static Method , class raix.reactive.Observable
Concatonates a list of sequence as each one errors or complete
onNext(value:Object) — method, interface raix.reactive.IObserver
Notifies the subscriber that a value has been received
onNext(pl:Object) — method, class raix.reactive.Subject
Notifies the subscriber that a value has been received
onNext(value:Object) — method, class raix.reactive.subjects.AsyncSubject
Notifies the subscriber that a value has been received
onNext(value:Object) — method, class raix.reactive.subjects.ReplaySubject
onNext(value:Object) — method, class raix.reactive.testing.MockObserver
Notifies the subscriber that a value has been received
OnNext — class, package raix.reactive
A Notification for an onNext call
OnNext(value:Object) — Constructor, class raix.reactive.OnNext
ON_NEXT — Constant Static Property, class raix.reactive.NotificationKind
An onNext (value) message
orderBy(keySelector:Function, comparer:Function) — method, class raix.interactive.AbsEnumerable
Orders the values in the source sequence in ascending order
orderBy(keySelector:Function, comparer:Function) — method, interface raix.interactive.IEnumerable
Orders the values in the source sequence in ascending order
orderByDescending(keySelector:Function, comparer:Function) — method, class raix.interactive.AbsEnumerable
Orders the values in the source sequence in descending order
orderByDescending(keySelector:Function, comparer:Function) — method, interface raix.interactive.IEnumerable
Orders the values in the source sequence in descending order
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