final class io.reactivex.internal.operators.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver<T> extends java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> implements io.reactivex.SingleObserver<T>, 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.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver
super_class: java.util.concurrent.atomic.AtomicReference
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3256698449646456986
final io.reactivex.SingleObserver<? super T> downstream;
descriptor: Lio/reactivex/SingleObserver;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/SingleObserver<-TT;>;
final io.reactivex.Scheduler scheduler;
descriptor: Lio/reactivex/Scheduler;
flags: (0x0010) ACC_FINAL
io.reactivex.disposables.Disposable ds;
descriptor: Lio/reactivex/disposables/Disposable;
flags: (0x0000)
void <init>(io.reactivex.SingleObserver<? super T>, io.reactivex.Scheduler);
descriptor: (Lio/reactivex/SingleObserver;Lio/reactivex/Scheduler;)V
flags: (0x0000)
Code:
stack=2, 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.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver.downstream:Lio/reactivex/SingleObserver;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver.scheduler:Lio/reactivex/Scheduler;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/single/SingleUnsubscribeOn$UnsubscribeOnSingleObserver<TT;>;
0 4 1 actual Lio/reactivex/SingleObserver<-TT;>;
0 4 2 scheduler Lio/reactivex/Scheduler;
Signature: (Lio/reactivex/SingleObserver<-TT;>;Lio/reactivex/Scheduler;)V
MethodParameters:
Name Flags
actual
scheduler
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
invokevirtual io.reactivex.internal.operators.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.reactivex.disposables.Disposable
astore 1
start local 1 1: aload 1
getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
if_acmpeq 4
2: aload 0
aload 1
putfield io.reactivex.internal.operators.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver.ds:Lio/reactivex/disposables/Disposable;
3: aload 0
getfield io.reactivex.internal.operators.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver.scheduler:Lio/reactivex/Scheduler;
aload 0
invokevirtual io.reactivex.Scheduler.scheduleDirect:(Ljava/lang/Runnable;)Lio/reactivex/disposables/Disposable;
pop
4: StackMap locals: io.reactivex.disposables.Disposable
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/single/SingleUnsubscribeOn$UnsubscribeOnSingleObserver<TT;>;
1 5 1 d Lio/reactivex/disposables/Disposable;
public void run();
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.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver.ds:Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/single/SingleUnsubscribeOn$UnsubscribeOnSingleObserver<TT;>;
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.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver.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/single/SingleUnsubscribeOn$UnsubscribeOnSingleObserver<TT;>;
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
ifeq 2
1: aload 0
getfield io.reactivex.internal.operators.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver.downstream:Lio/reactivex/SingleObserver;
aload 0
invokeinterface io.reactivex.SingleObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/single/SingleUnsubscribeOn$UnsubscribeOnSingleObserver<TT;>;
0 3 1 d Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
d
public void onSuccess();
descriptor: (Ljava/lang/Object;)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.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver.downstream:Lio/reactivex/SingleObserver;
aload 1
invokeinterface io.reactivex.SingleObserver.onSuccess:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/single/SingleUnsubscribeOn$UnsubscribeOnSingleObserver<TT;>;
0 2 1 value TT;
Signature: (TT;)V
MethodParameters:
Name Flags
value
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.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver.downstream:Lio/reactivex/SingleObserver;
aload 1
invokeinterface io.reactivex.SingleObserver.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/single/SingleUnsubscribeOn$UnsubscribeOnSingleObserver<TT;>;
0 2 1 e Ljava/lang/Throwable;
MethodParameters:
Name Flags
e
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/SingleObserver<TT;>;Lio/reactivex/disposables/Disposable;Ljava/lang/Runnable;
SourceFile: "SingleUnsubscribeOn.java"
NestHost: io.reactivex.internal.operators.single.SingleUnsubscribeOn
InnerClasses:
final UnsubscribeOnSingleObserver = io.reactivex.internal.operators.single.SingleUnsubscribeOn$UnsubscribeOnSingleObserver of io.reactivex.internal.operators.single.SingleUnsubscribeOn