Package: effect Module: Sink
effect
Sink
Collects input elements until the predicate returns true, including the matching element in the result.
true
Signature
declare const takeUntil: <In>(predicate: Predicate<In>) => Sink<Array<In>, In, In>
Source
Since v4.0.0