Package rx.internal.operators
Class OperatorSkipUntil<T,U>
java.lang.Object
rx.internal.operators.OperatorSkipUntil<T,U>
- 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>
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary