T
- the value typepublic final class OnSubscribeOnAssemblySingle<T> extends Object implements Single.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 |
---|
OnSubscribeOnAssemblySingle(Single.OnSubscribe<T> source) |
public static volatile boolean fullStackTrace
public OnSubscribeOnAssemblySingle(Single.OnSubscribe<T> source)
public void call(SingleSubscriber<? super T> t)
call
in interface Action1<SingleSubscriber<? super T>>
Copyright © 2018. All rights reserved.