Skip to main content
Module

x/rxjs/mod.ts>zipAll

Deno port of RXJS
Latest
function zipAll
import { zipAll } from "https://deno.land/x/rxjs@v1.0.2/mod.ts";

Collects all observable inner sources from the source, once the source completes, it will subscribe to all inner sources, combining their values by index and emitting them.

Parameters

project: (...values: Array<any>) => R