Class OperatorTakeUntilPredicate<T>

java.lang.Object
rx.internal.operators.OperatorTakeUntilPredicate<T>
Type Parameters:
T - the value type
All Implemented Interfaces:
Func1<Subscriber<? super T>,Subscriber<? super T>>, Function, Observable.Operator<T,T>

public final class OperatorTakeUntilPredicate<T> extends Object implements Observable.Operator<T,T>
Returns an Observable that emits items emitted by the source Observable until the provided predicate returns false