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