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 |
last(predicate:Function) — method, class raix.interactive.AbsEnumerable |
|
Returns the last element in the sequence or throws an IllegalOperationError
if the sequence is empty. |
last(predicate:Function) — method, interface raix.interactive.IEnumerable |
|
Returns the last element in the sequence or throws an IllegalOperationError
if the sequence is empty. |
last() — method, class raix.reactive.AbsObservable |
|
Emits the last value in the sequence, or an error if the sequence completes with no values
|
last() — method, interface raix.reactive.IObservable |
|
Emits the last value in the sequence, or an error if the sequence completes with no values
|
lastOrDefault(defaultValue:Object, predicate:Function) — method, class raix.interactive.AbsEnumerable |
|
Returns the last element in the sequence or returns a default value
if the sequence is empty. |
lastOrDefault(defaultValue:Object, predicate:Function) — method, interface raix.interactive.IEnumerable |
|
Returns the last element in the sequence or returns a default value
if the sequence is empty. |
lastOrDefault() — method, class raix.reactive.AbsObservable |
|
Emits the last value in the sequence, or the default value if the sequence completes with no values
|
lastOrDefault() — method, interface raix.reactive.IObservable |
|
Emits the last value in the sequence, or the default value if the sequence completes with no values
|
lastValue() — method, class raix.reactive.subjects.AsyncSubject |
|
Gets the last value received, or throws an IllegalOperationError if no value
has been received. |
let(func:Function) — method, class raix.reactive.AbsObservable |
|
Pipes a composed sequence to be mapped through a function so it can be used multiple times
|
let(func:Function) — method, interface raix.reactive.IObservable |
|
Pipes a composed sequence to be mapped through a function so it can be used multiple times
|
log(message:String) — method, class raix.reactive.AbsObservable |
| |
log(message:String) — method, interface raix.reactive.IObservable |
|
Writes sequence activity out to the trace log with a message describing the sequence
|
lookup(keySelector:Function, dictionary:flash.utils:Dictionary) — Static Method , class raix.reactive.Observable |
|
Defers selection of the sequence to use by using a function that returns a key into a dictionary of sequences
|
|
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 |