SelectMany Method

RxJS

Projects each value of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.

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

Syntax

JavaScript
function SelectMany(selector);

Parameters

selector
Type: System..::.FuncObjectObservable

See Also