public final class OperatorOnBackpressureLatest<T> extends Objectimplements Observable .Operator <T ,T>
| Constructor and Description |
|---|
OperatorOnBackpressureLatest()
|
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
call(Subscriber
|
static <T> OperatorOnBackpressureLatest |
instance()
Returns a singleton instance of the OnBackpressureLatest operator since it is stateless.
|
public static <T> OperatorOnBackpressureLatest<T> instance()
public Subscriber<? super T> call(Subscriber <? super T> child)