public final class OperatorOnBackpressureDrop<T> extends java.lang.Object implements Observable.Operator<T,T>
| Constructor and Description |
|---|
OperatorOnBackpressureDrop(Consumer<? super T> onDrop) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<? super T> |
apply(org.reactivestreams.Subscriber<? super T> t) |
static <T> OperatorOnBackpressureDrop<T> |
instance() |
public static <T> OperatorOnBackpressureDrop<T> instance()