effect-io-ai

Package: effect
Module: Stream

Stream.accumulateChunks

Re-chunks the elements of the stream by accumulating each underlying chunk.

Signature

declare const accumulateChunks: <A, E, R>(self: Stream<A, E, R>) => Stream<A, E, R>

Source

Since v2.0.0