Take until

See also

  • Official ReactiveX documentation: TakeUntil
Observable.take_until(other)

Returns the values from the source observable sequence until the other observable sequence produces a value.

Keyword arguments: other – Observable sequence that terminates propagation of elements of

the source sequence.

Returns an observable sequence containing the elements of the source sequence up to the point the other sequence interrupted further propagation.

../../_images/takeUntil.png