MCPcopy Create free account
hub / github.com/Effect-TS/effect / collectUntil

Function collectUntil

packages/effect/src/internal/schedule.ts:388–389  ·  view source on GitHub ↗
(f: Predicate<A>)

Source from the content-addressed store, hash-verified

386
387/** @internal */
388export const collectUntil = <A>(f: Predicate<A>): Schedule.Schedule<Chunk.Chunk<A>, A> =>
389 collectAllOutputs(recurUntil(f))
390
391/** @internal */
392export const collectUntilEffect = <A, R>(

Callers

nothing calls this directly

Calls 2

collectAllOutputsFunction · 0.85
recurUntilFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…