MCPcopy Index your code
hub / github.com/Effect-TS/effect / recurWhile

Function recurWhile

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

Source from the content-addressed store, hash-verified

1222
1223/** @internal */
1224export const recurWhile = <A>(f: Predicate<A>): Schedule.Schedule<A, A> => whileInput(identity<A>(), f)
1225
1226/** @internal */
1227export const recurWhileEffect = <A, R>(

Callers 1

collectWhileFunction · 0.85

Calls 1

identityFunction · 0.85

Tested by

no test coverage detected