T - The type of the elements in the
Observable that this operator modifies
public class OperatorDoOnRequest<T> extends Objectimplements Observable .Operator <T ,T>
Observable so a given action is invoked when the
rx.Observable.Producer receives a request.
| Constructor and Description |
|---|
OperatorDoOnRequest(Action1
|
public Subscriber<? super T> call(Subscriber <? super T> child)