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