T
- the source and result value typeU
- the element type of the sampler Observablepublic final class OperatorSampleWithObservable<T,U> extends java.lang.Object implements Observable.Operator<T,T>
Constructor and Description |
---|
OperatorSampleWithObservable(Observable<U> sampler) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super T> child) |
public OperatorSampleWithObservable(Observable<U> sampler)
public Subscriber<? super T> call(Subscriber<? super T> child)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super T>>