Switch Method

RxJS

Transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence.

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

Syntax

JavaScript
function Switch();

See Also