T
- the type of item (ostensibly) emitted by the Observablepublic final class OnSubscribeThrow<T> extends Object implements Observable.OnSubscribe<T>
Constructor and Description |
---|
OnSubscribeThrow(Throwable exception) |
public OnSubscribeThrow(Throwable exception)
public void call(Subscriber<? super T> observer)
call
in interface Action1<Subscriber<? super T>>
observer
- an Observer
of this ObservableCopyright © 2017. All rights reserved.