Package: effect
Module: Sink
Accumulates incoming elements into a chunk until effectful predicate p is
satisfied.
Signature
declare const collectAllUntilEffect: <In, E, R>(p: (input: In) => Effect.Effect<boolean, E, R>) => Sink<Chunk.Chunk<In>, In, In, E, R>
Since v2.0.0