T
- The type of the elements in the Observable
that this operator modifiespublic class OperatorDoOnRequest<T> extends Object implements Observable.Operator<T,T>
Observable
so a given action is invoked when the
Producer
receives a request.Constructor and Description |
---|
OperatorDoOnRequest(Action1<? super Long> request) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super T> child) |
public Subscriber<? super T> call(Subscriber<? super T> child)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super T>>
Copyright © 2017. All rights reserved.