Concat Method (Observable[])

RxJS

Concatenates all the observable sequences.

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

Syntax

JavaScript
Rx.Observable.Concat = function(items);

Parameters

items
Type: array< Rx..::.Observable >[]()[]

See Also