Case Method (FuncObservable, )

RxJS

Uses selector to determine which source in sources to use, empty if no match is found.

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

Syntax

JavaScript
Rx.Observable.Case = function(selector, sources);

Parameters

selector
Type: System..::.FuncObservable
sources
Type: Dictionary

See Also