final class io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver extends java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> implements io.reactivex.CompletableObserver, io.reactivex.disposables.Disposable, java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver
super_class: java.util.concurrent.atomic.AtomicReference
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 7000911171163930287
final io.reactivex.CompletableObserver downstream;
descriptor: Lio/reactivex/CompletableObserver;
flags: (0x0010) ACC_FINAL
final io.reactivex.internal.disposables.SequentialDisposable task;
descriptor: Lio/reactivex/internal/disposables/SequentialDisposable;
flags: (0x0010) ACC_FINAL
final io.reactivex.CompletableSource source;
descriptor: Lio/reactivex/CompletableSource;
flags: (0x0010) ACC_FINAL
void <init>(io.reactivex.CompletableObserver, io.reactivex.CompletableSource);
descriptor: (Lio/reactivex/CompletableObserver;Lio/reactivex/CompletableSource;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.downstream:Lio/reactivex/CompletableObserver;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.source:Lio/reactivex/CompletableSource;
3: aload 0
new io.reactivex.internal.disposables.SequentialDisposable
dup
invokespecial io.reactivex.internal.disposables.SequentialDisposable.<init>:()V
putfield io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.task:Lio/reactivex/internal/disposables/SequentialDisposable;
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/completable/CompletableSubscribeOn$SubscribeOnObserver;
0 5 1 actual Lio/reactivex/CompletableObserver;
0 5 2 source Lio/reactivex/CompletableSource;
MethodParameters:
Name Flags
actual
source
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.source:Lio/reactivex/CompletableSource;
aload 0
invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/completable/CompletableSubscribeOn$SubscribeOnObserver;
public void onSubscribe(io.reactivex.disposables.Disposable);
descriptor: (Lio/reactivex/disposables/Disposable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic io.reactivex.internal.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/completable/CompletableSubscribeOn$SubscribeOnObserver;
0 2 1 d Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
d
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.downstream:Lio/reactivex/CompletableObserver;
aload 1
invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/completable/CompletableSubscribeOn$SubscribeOnObserver;
0 2 1 e Ljava/lang/Throwable;
MethodParameters:
Name Flags
e
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.downstream:Lio/reactivex/CompletableObserver;
invokeinterface io.reactivex.CompletableObserver.onComplete:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/completable/CompletableSubscribeOn$SubscribeOnObserver;
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: aload 0
getfield io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.task:Lio/reactivex/internal/disposables/SequentialDisposable;
invokevirtual io.reactivex.internal.disposables.SequentialDisposable.dispose:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/completable/CompletableSubscribeOn$SubscribeOnObserver;
public boolean isDisposed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver.get:()Ljava/lang/Object;
checkcast io.reactivex.disposables.Disposable
invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/completable/CompletableSubscribeOn$SubscribeOnObserver;
}
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/CompletableObserver;Lio/reactivex/disposables/Disposable;Ljava/lang/Runnable;
SourceFile: "CompletableSubscribeOn.java"
NestHost: io.reactivex.internal.operators.completable.CompletableSubscribeOn
InnerClasses:
final SubscribeOnObserver = io.reactivex.internal.operators.completable.CompletableSubscribeOn$SubscribeOnObserver of io.reactivex.internal.operators.completable.CompletableSubscribeOn