You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/selectmany.js"View in source")
4
4
5
+
6
+
Aliases:
7
+
`Rx.Observable.prototype.flatMap`
8
+
and
9
+
`Rx.Observable.prototype.selectMany`
10
+
are equivalent.
11
+
5
12
One of the following:
6
13
7
14
Projects each element of an observable sequence to an observable sequence and merges the resulting observable sequences or Promises or array/iterable into one observable sequence.
0 commit comments