T
- the value typepublic final class OnSubscribeOnAssembly<T> extends Object implements Observable.OnSubscribe<T>
Modifier and Type | Field and Description |
---|---|
static boolean |
fullStackTrace
If set to true, the creation of PublisherOnAssembly will capture the raw
stacktrace instead of the sanitized version.
|
Constructor and Description |
---|
OnSubscribeOnAssembly(Observable.OnSubscribe<T> source) |
public static volatile boolean fullStackTrace
public OnSubscribeOnAssembly(Observable.OnSubscribe<T> source)
public void call(Subscriber<? super T> t)
call
in interface Action1<Subscriber<? super T>>
Copyright © 2018. All rights reserved.