effect-io-ai

Package: effect
Module: Stream

Stream.runCollect

Runs the stream and collects all of its elements to a chunk.

Signature

declare const runCollect: <A, E, R>(self: Stream<A, E, R>) => Effect.Effect<Chunk.Chunk<A>, E, R>

Source

Since v2.0.0