Package rx.internal.operators
Class OperatorSampleWithObservable<T,U>
java.lang.Object
rx.internal.operators.OperatorSampleWithObservable<T,U>
- Type Parameters:
T
- the source and result value typeU
- the element type of the sampler Observable
- All Implemented Interfaces:
Func1<Subscriber<? super T>,
,Subscriber<? super T>> Function
,Observable.Operator<T,
T>
public final class OperatorSampleWithObservable<T,U>
extends Object
implements Observable.Operator<T,T>
Sample with the help of another observable.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final Object
Indicates that no value is available.(package private) final Observable
<U> -
Constructor Summary
Constructors -
Method Summary