Package: effect Module: Stream
effect
Stream
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