- Type Parameters:
T
- the source and result value typeU
- element type of the signalling observable
- All Implemented Interfaces:
- Func1<Subscriber<? super T>,Subscriber<? super T>>, Function, Observable.Operator<T,T>
public final class OperatorSkipUntil<T,U>
extends java.lang.Object
implements Observable.Operator<T,T>
Skip elements from the source Observable until the secondary
observable fires an element.
If the secondary Observable fires no elements, the primary won't fire any elements.
- See Also:
- MSDN: Observable.SkipUntil