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  
fault(info:Object) — method, class raix.reactive.flex.ObservableResponder
Implementation of mx.rpc.IResponder.fault()
filter(predicate:Function) — method, class raix.interactive.AbsEnumerable
Filters the source sequence based on a predicate function.
filter(predicate:Function) — method, interface raix.interactive.IEnumerable
Filters the source sequence based on a predicate function.
filter(predicate:Function) — method, class raix.reactive.AbsObservable
Filters out values from a source sequence
filter(predicate:Function) — method, interface raix.reactive.IObservable
Filters out values from a source sequence
Filter — class, package raix.utils
finallyAction(action:Function) — method, class raix.reactive.AbsObservable
Executes a function when the sequence completes, errors or is unsubscribed from
finallyAction(finallyAction:Function) — method, interface raix.reactive.IObservable
Executes a function when the sequence completes, errors or is unsubscribed from
first(predicate:Function) — method, class raix.interactive.AbsEnumerable
Returns the first element in the sequence or throws an IllegalOperationError if the sequence is empty.
first(predicate:Function) — method, interface raix.interactive.IEnumerable
Returns the first element in the sequence or throws an IllegalOperationError if the sequence is empty.
first() — method, class raix.reactive.AbsObservable
Emits the first value in the sequence, or an error if the sequence completes with no values
first() — method, interface raix.reactive.IObservable
Emits the first value in the sequence, or an error if the sequence completes with no values
firstOrDefault(defaultValue:Object, predicate:Function) — method, class raix.interactive.AbsEnumerable
Returns the first element in the sequence or returns a default value if the sequence is empty.
firstOrDefault(defaultValue:Object, predicate:Function) — method, interface raix.interactive.IEnumerable
Returns the first element in the sequence or returns a default value if the sequence is empty.
firstOrDefault() — method, class raix.reactive.AbsObservable
Emits the first value in the sequence, or a default value if the sequence completes with no values
firstOrDefault() — method, interface raix.reactive.IObservable
Emits the first value in the sequence, or a default value if the sequence completes with no values
FlexObservable — class, package raix.reactive.flex
FlexObservable() — Constructor, class raix.reactive.flex.FlexObservable
forkJoin(right:raix.reactive:IObservable, selector:Function) — method, class raix.reactive.AbsObservable
Combines the current sequence with another, emitting the last values of both after both have completed
forkJoin(right:raix.reactive:IObservable, selector:Function) — method, interface raix.reactive.IObservable
Combines the current sequence with another, emitting the last values of both after both have completed
forkJoin(sources:Array) — Static Method , class raix.reactive.Observable
Subscribes to multiple source sequence and emits the last values of each after all have completed
fromArray(array:Array) — Static Method , class raix.interactive.Enumerable
Creates an enumerable sequence from an array
fromArray(values:Array, scheduler:raix.reactive.scheduling:IScheduler) — Static Method , class raix.reactive.Observable
Creates a sequence consisting of the values in an Array
fromAsyncPattern(valueClass:Class, asyncMethod:Function, args:Array) — Static Method , class raix.reactive.flex.FlexObservable
Creates an observable sequence from a function that returns an AsyncToken
fromCollection(elementClass:Class, collection:mx.collections:ICollectionView, scheduler:raix.reactive.scheduling:IScheduler) — Static Method , class raix.reactive.flex.FlexObservable
Creates a sequence consisting of the values in a collection
fromErrorEvent(eventDispatcher:flash.events:IEventDispatcher, eventType:String, useCapture:Boolean, priority:int, errorMap:Function) — Static Method , class raix.reactive.Observable
Creates a sequence that emits an error when an event is received from an IEventDispatcher
fromErrorEvents(eventDispatcher:flash.events:IEventDispatcher, eventTypes:Array, useCapture:Boolean, priority:int, errorMap:Function) — Static Method , class raix.reactive.Observable
Creates a sequence that emits an error when one of several event valueClasss is received from an IEventDispatcher
fromEvent(eventDispatcher:flash.events:IEventDispatcher, eventType:String, useCapture:Boolean, priority:int) — Static Method , class raix.reactive.Observable
Creates a sequence of events from an IEventDispatcher
fromEvents(eventDispatcher:flash.events:IEventDispatcher, eventTypes:Array, useCapture:Boolean, priority:int) — Static Method , class raix.reactive.Observable
Creates Combines events from multiple event valueClasss
fromList(elementClass:Class, list:mx.collections:IList, scheduler:raix.reactive.scheduling:IScheduler) — Static Method , class raix.reactive.flex.FlexObservable
Creates a sequence consisting of the values in a list
fromProxy(proxy:flash.utils:Proxy) — Static Method , class raix.interactive.Enumerable
Creates a sequence from an enumerable proxy object
fromViewCursor(cursor:mx.collections:IViewCursor, scheduler:raix.reactive.scheduling:IScheduler) — Static Method , class raix.reactive.flex.FlexObservable
Creates a sequence consisting of the values in a view cursor
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