Class OperatorDoOnRequest<T>

java.lang.Object
rx.internal.operators.OperatorDoOnRequest<T>
Type Parameters:
T - The type of the elements in the Observable that this operator modifies
All Implemented Interfaces:
Func1<Subscriber<? super T>,Subscriber<? super T>>, Function, Observable.Operator<T,T>

public class OperatorDoOnRequest<T> extends Object implements Observable.Operator<T,T>
This operator modifies an Observable so a given action is invoked when the Producer receives a request.