Package rx.internal.operators
Class OnSubscribeOnAssembly<T>
java.lang.Object
rx.internal.operators.OnSubscribeOnAssembly<T>
- Type Parameters:
T
- the value type
- All Implemented Interfaces:
Action
,Action1<Subscriber<? super T>>
,Function
,Observable.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 boolean
If set to true, the creation of PublisherOnAssembly will capture the raw stacktrace instead of the sanitized version.(package private) final Observable.OnSubscribe
<T> (package private) final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(Subscriber<? super T> t) (package private) static String
-
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
-
OnSubscribeOnAssembly
-
-
Method Details