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  
map(selector:Function) — method, class raix.interactive.AbsEnumerable
Projects (converts) values using a selector function.
map(selector:Function) — method, interface raix.interactive.IEnumerable
Projects (converts) values using a selector function.
map(selector:Function) — method, class raix.reactive.AbsObservable
Maps the values from a source sequence through a function to change their value
map(selector:Function) — method, interface raix.reactive.IObservable
Maps the values from a source sequence through a function to change their value
mapMany(collectionSelector:Function, resultSelector:Function) — method, class raix.interactive.AbsEnumerable
Maps a sequence for each value in the source sequence and concatonates the results into a single sequence.
mapMany(collectionSelector:Function, resultSelector:Function) — method, interface raix.interactive.IEnumerable
Maps a sequence for each value in the source sequence and concatonates the results into a single sequence.
mapMany(selector:Function) — method, class raix.reactive.AbsObservable
Starts a new sequence, returned by selector, for every value in the source sequence and merges their values
mapMany(selector:Function) — method, interface raix.reactive.IObservable
Starts a new sequence, returned by selector, for every value in the source sequence and merges their values
materialize() — method, class raix.reactive.AbsObservable
Converts all messages (next, complete, error) into values
materialize() — method, interface raix.reactive.IObservable
Converts all messages (next, complete, error) into values
max(valueSelector:Function, comparer:Function) — method, class raix.interactive.AbsEnumerable
Retrieves the maximum element in the sequence.
max(valueSelector:Function, comparer:Function) — method, interface raix.interactive.IEnumerable
Retrieves the maximum element in the sequence.
maxConcurrentLoaders — Static Property, class raix.reactive.Observable
Gets the maximum number of urlLoaders that can execute concurrently.
merge(source:raix.reactive:IObservable) — method, class raix.reactive.AbsObservable
Emits the values from multiple sources in the order that they arrive
merge(source:raix.reactive:IObservable) — method, interface raix.reactive.IObservable
Emits the values from multiple sources in the order that they arrive
merge(sources:any, concurrent:uint) — Static Method , class raix.reactive.Observable
Emits the values from multiple sources in the order that they arrive
mergeMany(selector:Function, concurrent:int) — method, class raix.reactive.AbsObservable
Evaluates a new sequence for each value using a selector function and merges the results of the sequence returned by the returned sequence, optionally constraining the number of concurrent sequencing.
mergeMany(selector:Function, concurrent:int) — method, interface raix.reactive.IObservable
Evaluates a new sequence for each value using a selector function and merges the results of the sequence returned by the returned sequence, optionally constraining the number of concurrent sequencing.
min(valueSelector:Function, comparer:Function) — method, class raix.interactive.AbsEnumerable
Retrieves the minimum element in the sequence.
min(valueSelector:Function, comparer:Function) — method, interface raix.interactive.IEnumerable
Retrieves the minimum element in the sequence.
MockObserver — class, package raix.reactive.testing
MockObserver(scheduler:raix.reactive.testing:TestScheduler) — Constructor, class raix.reactive.testing.MockObserver
moveNext() — method, interface raix.interactive.IEnumerator
Moves to the next value in the sequence
multicast(subject:raix.reactive:ISubject) — method, class raix.reactive.AbsObservable
Creates a connectable sequence that can be shared by multiple observers, using a specific subject implementation.
multicast(subject:raix.reactive:ISubject) — method, interface raix.reactive.IObservable
Creates a connectable sequence that can be shared by multiple observers, using a specific subject implementation.
multicastDefer(subjectSelector:Function, selector:Function) — method, class raix.reactive.AbsObservable
Creates a connectable sequence that can be shared by multiple observers, using a specific subject implementation (determined at subscribe-time.
multicastDefer(subjectSelector:Function, selector:Function) — method, interface raix.reactive.IObservable
Creates a connectable sequence that can be shared by multiple observers, using a specific subject implementation (determined at subscribe-time.
multiWindow(windowOpenings:raix.reactive:IObservable, windowClosingSelector:Function) — method, class raix.reactive.AbsObservable
Emits values into child "window" observable sequences, which are opened and closed by the caller.
multiWindow(windowOpenings:raix.reactive:IObservable, windowClosingSelector:Function) — method, interface raix.reactive.IObservable
Emits values into child "window" observable sequences, which are opened and closed by the caller.
MutableCancelable — class, package raix.reactive
A cancelable resource than is not immediately available
MutableCancelable() — Constructor, class raix.reactive.MutableCancelable
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