| 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 |
| ICancelable — Interface, package raix.reactive |
|
Represents a handle that can be used to cancel an operation
|
| IConnectableObservable — Interface, package raix.reactive.subjects |
|
Represents a 'pending' hot observable. |
| IEnumerable — Interface, package raix.interactive |
|
Represents a collection of values which can be enumerated using foreach, but
does not support random access
|
| IEnumerator — Interface, package raix.interactive |
|
Contains the state of an active enumeration. |
| ifElse(predicate:Function, ifTrue:raix.reactive:IObservable, ifFalse:raix.reactive:IObservable) — Static Method , class raix.reactive.Observable |
|
Defers selection of one of two sequences until the sequence is subscribed to
|
| ignoreValues() — method, class raix.reactive.AbsObservable |
|
Excludes values (calls to IObserver.onNext), emitting only onCompleted and onError
|
| ignoreValues() — method, interface raix.reactive.IObservable |
|
Excludes values (calls to IObserver.onNext), emitting only onCompleted and onError
|
| IGroupedObservable — Interface, package raix.reactive |
| |
| IGrouping — Interface, package raix.interactive |
|
Contains a list of grouped values and a key identifying the group
|
| ILookup — Interface, package raix.interactive |
|
Contains values grouped by keys
|
| immediate — Static Property, class raix.reactive.scheduling.Scheduler |
|
Gets the ImmediateScheduler singleton instance
|
| ImmediateScheduler — class, package raix.reactive.scheduling |
|
A scheduler that executes actions immediately, or immediately
after their dueTime (if specified). |
| instance — Static Property, class raix.reactive.scheduling.GreenThreadScheduler |
|
Gets the singleton instance of this scheduler
|
| instance — Static Property, class raix.reactive.scheduling.ImmediateScheduler |
|
Gets the singleton instance of this scheduler
|
| intersect(right:any, hashSelector:Function) — method, class raix.interactive.AbsEnumerable |
|
Returns a new sequence that contains only the values contained in both sequences
|
| intersect(right:any, hashSelector:Function) — method, interface raix.interactive.IEnumerable |
|
Returns a new sequence that contains only the values contained in both sequences
|
| interval(intervalMs:uint, scheduler:raix.reactive.scheduling:IScheduler) — Static Method , class raix.reactive.Observable |
|
Creates an unending observable sequence of integers that are incremented at a regular interval
|
| interval — Property, class raix.reactive.TimeInterval |
|
Gets the internal, in milliseconds,
since the last value
|
| IObservable — Interface, package raix.reactive |
|
An observable (or "push"), sequence of values that often represent data or events that have not yet occured. |
| IObservableResponder — Interface, package raix.reactive.flex |
|
An observable sequence that is also an mx.rpc.IResponse
|
| IObserver — Interface, package raix.reactive |
|
An object that receives messages from an IObservable sequence
|
| IOrderedEnumerable — Interface, package raix.interactive |
|
An enumerable sequence that has ordering applied to it
|
| isCanceled — Property, class raix.reactive.BooleanCancelable |
|
Determines if canceled() has been called on this instance
|
| IScheduler — Interface, package raix.reactive.scheduling |
|
Used to distribute workload
|
| ISubject — Interface, package raix.reactive |
|
A resource that is both observable and an observer
|
|
| 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 |