Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ReactiveX/rxjs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns an Observable that skips items emitted by the source Observable until a second Observable emits an item.Type Signature
Parameters
An ObservableInput that has to emit an item before the source Observable elements begin to be mirrored by the resulting Observable.
Returns
MonoTypeOperatorFunction<T> - A function that returns an Observable that skips items from the source Observable until the notifier Observable emits an item.
