For Method

RxJS

Concatenates the observable sequences obtained by running the resultSelector for each element in source.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.Observable.For = function(source, resultSelector);

Parameters

source
Type: System..::.Array
resultSelector
Type: System..::.FuncObjectObservable

See Also