|
| .NET Framework Class Library |
| Observable..::.Case Method (FuncObservable, ) |
| Observable Class See Also Send Feedback |
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); |