public class OperatorOnBackpressureDrop<T> extends Object implements Observable.Operator<T,T>
Constructor and Description |
---|
OperatorOnBackpressureDrop(Action1<? super T> onDrop) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super T> child) |
static <T> OperatorOnBackpressureDrop<T> |
instance() |
public static <T> OperatorOnBackpressureDrop<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 © 2018. All rights reserved.