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

Function recurUntil

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

Source from the content-addressed store, hash-verified

1202
1203/** @internal */
1204export const recurUntil = <A>(f: Predicate<A>): Schedule.Schedule<A, A> => untilInput(identity<A>(), f)
1205
1206/** @internal */
1207export const recurUntilEffect = <A, R>(

Callers 1

collectUntilFunction · 0.85

Calls 1

identityFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…