TakeUntil
discard any items emitted by an Observable after a second Observable emits an item or terminates
See Also
- Skip
- SkipLast
- SkipUntil
- SkipWhile
- Take
- TakeLast
- TakeWhile
- Introduction to Rx: SkipUntil and TakeUntil
- RxMarbles:
takeUntil
Language-Specific Information
RxGroovy takeUntil
RxJava 1․x takeUntil
RxJS takeUntil
There is also a takeUntilWithTime
operator to which you can pass an absolute time or an initial duration, but this is described on the Take operator page.
RxPHP takeUntil
© ReactiveX contributors
Licensed under the Apache License 2.0.
http://reactivex.io/documentation/operators/takeuntil.html