Package rx.internal.operators
Class OnSubscribeOnAssemblyCompletable<T>
java.lang.Object
rx.internal.operators.OnSubscribeOnAssemblyCompletable<T>
- Type Parameters:
T- the value type
- All Implemented Interfaces:
Completable.CompletableOnSubscribe,Action,Action1<Completable.CompletableSubscriber>,Function
public final class OnSubscribeOnAssemblyCompletable<T>
extends Object
implements Completable.CompletableOnSubscribe
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 Completable.CompletableOnSubscribe(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
-
OnSubscribeOnAssemblyCompletable
-
-
Method Details