On this page
zip
function
deprecated
operator
Deprecation Notes
Replaced with zipWith
. Will be removed in v8.
zip<T, A extends readonly, unknown>()
Parameters
There are no parameters.
Overloads
zip()
Parameters
There are no parameters.
zip()
Parameters
There are no parameters.
zip()
Parameters
There are no parameters.
zip(...sources: (Observable<any> | InteropObservable<any> | AsyncIterable<any> | PromiseLike<any> | ArrayLike<any> | Iterable<any> | ReadableStreamLike<any> | ((...values: any[]) => R))[]): OperatorFunction<T, any>
Parameters
sources |
(Observable<any> | InteropObservable<any> | AsyncIterable<any> | PromiseLike<any> | ArrayLike<any> | Iterable<any> | ReadableStreamLike<any> | ((...values: any[]) => R))[] |
Returns
OperatorFunction<T, any>
© 2015–2022 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0.
https://rxjs.dev/api/operators/zip