Merges two observable sequences into one observable sequence by using the selector function.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function Zip(right, selector); |
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax| JavaScript |
|---|
function Zip(right, selector); |
See Also