T
- the value typepublic final class OperatorOnBackpressureLatest<T> extends Object implements Observable.Operator<T,T>
Constructor and Description |
---|
OperatorOnBackpressureLatest() |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super T> child) |
static <T> OperatorOnBackpressureLatest<T> |
instance()
Returns a singleton instance of the OnBackpressureLatest operator since it is stateless.
|
public static <T> OperatorOnBackpressureLatest<T> instance()
T
- the value typepublic Subscriber<? super T> call(Subscriber<? super T> child)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super T>>
Copyright © 2017. All rights reserved.