combineLatest
accepts
2+
input streams,
a project
function (optional)
returns a new stream of combined values
merge
accepts
2+
input streams
returns a new stream of interleaved values
This operator is called combineLatest in RxJS or simply combine in other reactive streams library.
See also
Compare all combining operators - The Illustrated Book of RxJS
Freelance Developer Advocate. Motion graphics with code. JavaScript and Elm. cedricsoulas.com
Receive my latest news, product updates and programming visualizations. You can unsubscribe at any time.