This repository was archived by the owner on Apr 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### ` Rx.Observable.prototype.flatMapLatest(selector, [thisArg]) `
22### ` Rx.Observable.prototype.switchMap(selector, [thisArg]) `
33### ` Rx.Observable.prototype.selectSwitch(selector, [thisArg]) `
4- [ Ⓢ ; ] ( https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/flatmaplatest .js " View in source ")
4+ [ Ⓢ ; ] ( https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/selectswitch .js " View in source ")
55
66Transform the items emitted by an Observable into Observables, and mirror those items emitted by the most-recently transformed Observable.
77
@@ -46,7 +46,7 @@ var subscription = source.subscribe(
4646### Location
4747
4848File:
49- - [ ` /src/core/linq/observable/flatmaplatest .js ` ] ( https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/flatmaplatest .js )
49+ - [ ` /src/core/linq/observable/selectswitch .js ` ] ( https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/selectswitch .js )
5050
5151Dist:
5252- [ ` rx.all.js ` ] ( https://github.com/Reactive-Extensions/RxJS/blob/master/dist/rx.all.js )
You can’t perform that action at this time.
0 commit comments