Package rx.internal.operators
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>
Returns an Observable that emits items emitted by the source Observable until
the provided predicate returns false
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) final class
Subscriber returned to the upstream. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stopPredicate
-
-
Constructor Details
-
OperatorTakeUntilPredicate
-
-
Method Details
-
call
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,
Subscriber<? super T>>
-