T - the source and result value type
U - the element type of the sampler Observable
public final class OperatorSampleWithObservable<T,U> extends Objectimplements Observable .Operator <T ,T>
| Constructor and Description |
|---|
OperatorSampleWithObservable(Observable
|
public OperatorSampleWithObservable(Observable<U> sampler)
public Subscriber<? super T> call(Subscriber <? super T> child)