Package rx.internal.operators
Class OperatorDoOnRequest<T>
java.lang.Object
rx.internal.operators.OperatorDoOnRequest<T>
- Type Parameters:
T
- The type of the elements in theObservable
that this operator modifies
- All Implemented Interfaces:
Func1<Subscriber<? super T>,
,Subscriber<? super T>> Function
,Observable.Operator<T,
T>
This operator modifies an
Observable
so a given action is invoked when the
Producer
receives a request.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
request
-
-
Constructor Details
-
OperatorDoOnRequest
-
-
Method Details
-
call
- Specified by:
call
in interfaceFunc1<Subscriber<? super T>,
Subscriber<? super T>>
-