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 |
elementAt(index:int) — method, class raix.interactive.AbsEnumerable |
|
Returns the element at the given index or throws an IllegalOperationError if
the sequence does not contain that many elements. |
elementAt(index:int) — method, interface raix.interactive.IEnumerable |
|
Returns the element at the given index or throws an IllegalOperationError if
the sequence does not contain that many elements. |
elementAtOrDefault(index:int, defaultValue:Object) — method, class raix.interactive.AbsEnumerable |
|
Returns the element at the given index or a default value if
the sequence does not contain that many elements. |
elementAtOrDefault(index:int, defaultValue:Object) — method, interface raix.interactive.IEnumerable |
|
Returns the element at the given index or a default value if
the sequence does not contain that many elements. |
empty() — Static Method , class raix.interactive.Enumerable |
|
Creates an empty sequence
|
empty — Static Property, class raix.reactive.Cancelable |
|
Returns a cancelable resource that does nothing when canceled
|
empty(scheduler:raix.reactive.scheduling:IScheduler) — Static Method , class raix.reactive.Observable |
|
Creates a sequence that immediately completes
|
Enumerable — class, package raix.interactive |
|
Provides static methods that create IEnumerable sequences
|
error — Property, class raix.reactive.Notification |
|
Gets the error associated with this message or null if there is no error. |
error(err:Error) — Static Method , class raix.reactive.Observable |
|
Creates a sequence that immediately throws an Error
|
error — Property, class raix.reactive.OnCompleted |
|
Always returns false since no errors are associated with completion
|
error — Property, class raix.reactive.OnError |
|
Gets the error for this message
|
error — Property, class raix.reactive.OnNext |
|
Always returns false since no errors are associated with values
|
error() — method, class raix.reactive.testing.MockObserver |
| |
except(right:any, hashSelector:Function) — method, class raix.interactive.AbsEnumerable |
|
Returns a new sequence that contains the values in the source sequence that
do not exist in the supplied sequence
|
except(right:any, hashSelector:Function) — method, interface raix.interactive.IEnumerable |
|
Returns a new sequence that contains the values in the source sequence that
do not exist in the supplied sequence
|
expand(selector:Function) — method, class raix.reactive.AbsObservable |
|
Recursively expands the values in the sequence using a selector function
|
expand(selector:Function) — method, interface raix.reactive.IObservable |
|
Recursively expands the values in the sequence using a selector function
|
|
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 |