Package rx.internal.operators
Class OnSubscribeOnAssemblySingle<T>
java.lang.Object
rx.internal.operators.OnSubscribeOnAssemblySingle<T>
- Type Parameters:
T- the value type
- All Implemented Interfaces:
Action,Action1<SingleSubscriber<? super T>>,Function,Single.OnSubscribe<T>
Captures the current stack when it is instantiated, makes
it available through a field and attaches it to all
passing exception.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanIf set to true, the creation of PublisherOnAssembly will capture the raw stacktrace instead of the sanitized version.(package private) final Single.OnSubscribe<T> (package private) final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
source
-
stacktrace
-
fullStackTrace
public static volatile boolean fullStackTraceIf set to true, the creation of PublisherOnAssembly will capture the raw stacktrace instead of the sanitized version.
-
-
Constructor Details
-
OnSubscribeOnAssemblySingle
-
-
Method Details