final class io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.MaybeObserver<T>, io.reactivex.disposables.Disposable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver
super_class: java.util.concurrent.atomic.AtomicInteger
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4109457741734051389
final io.reactivex.MaybeObserver<? super T> downstream;
descriptor: Lio/reactivex/MaybeObserver;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/MaybeObserver<-TT;>;
final io.reactivex.functions.Action onFinally;
descriptor: Lio/reactivex/functions/Action;
flags: (0x0010) ACC_FINAL
io.reactivex.disposables.Disposable upstream;
descriptor: Lio/reactivex/disposables/Disposable;
flags: (0x0000)
void <init>(io.reactivex.MaybeObserver<? super T>, io.reactivex.functions.Action);
descriptor: (Lio/reactivex/MaybeObserver;Lio/reactivex/functions/Action;)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.AtomicInteger.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.downstream:Lio/reactivex/MaybeObserver;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.onFinally:Lio/reactivex/functions/Action;
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/maybe/MaybeDoFinally$DoFinallyObserver<TT;>;
0 4 1 actual Lio/reactivex/MaybeObserver<-TT;>;
0 4 2 onFinally Lio/reactivex/functions/Action;
Signature: (Lio/reactivex/MaybeObserver<-TT;>;Lio/reactivex/functions/Action;)V
MethodParameters:
Name Flags
actual
onFinally
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
getfield io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.upstream:Lio/reactivex/disposables/Disposable;
aload 1
invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
ifeq 3
1: aload 0
aload 1
putfield io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.upstream:Lio/reactivex/disposables/Disposable;
2: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.downstream:Lio/reactivex/MaybeObserver;
aload 0
invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/maybe/MaybeDoFinally$DoFinallyObserver<TT;>;
0 4 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.maybe.MaybeDoFinally$DoFinallyObserver.downstream:Lio/reactivex/MaybeObserver;
aload 1
invokeinterface io.reactivex.MaybeObserver.onSuccess:(Ljava/lang/Object;)V
1: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.runFinally:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/maybe/MaybeDoFinally$DoFinallyObserver<TT;>;
0 3 1 t TT;
Signature: (TT;)V
MethodParameters:
Name Flags
t
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.maybe.MaybeDoFinally$DoFinallyObserver.downstream:Lio/reactivex/MaybeObserver;
aload 1
invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
1: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.runFinally:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/maybe/MaybeDoFinally$DoFinallyObserver<TT;>;
0 3 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
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.maybe.MaybeDoFinally$DoFinallyObserver.downstream:Lio/reactivex/MaybeObserver;
invokeinterface io.reactivex.MaybeObserver.onComplete:()V
1: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.runFinally:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/maybe/MaybeDoFinally$DoFinallyObserver<TT;>;
public void dispose();
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.maybe.MaybeDoFinally$DoFinallyObserver.upstream:Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.dispose:()V
1: aload 0
invokevirtual io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.runFinally:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/maybe/MaybeDoFinally$DoFinallyObserver<TT;>;
public boolean isDisposed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.upstream:Lio/reactivex/disposables/Disposable;
invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/maybe/MaybeDoFinally$DoFinallyObserver<TT;>;
void runFinally();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
iconst_0
iconst_1
invokevirtual io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.compareAndSet:(II)Z
ifeq 6
1: aload 0
getfield io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver.onFinally:Lio/reactivex/functions/Action;
invokeinterface io.reactivex.functions.Action.run:()V
2: goto 6
StackMap locals:
StackMap stack: java.lang.Throwable
3: astore 1
start local 1 4: aload 1
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
5: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
end local 1 6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/maybe/MaybeDoFinally$DoFinallyObserver<TT;>;
4 6 1 ex Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/MaybeObserver<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "MaybeDoFinally.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeDoFinally
InnerClasses:
final DoFinallyObserver = io.reactivex.internal.operators.maybe.MaybeDoFinally$DoFinallyObserver of io.reactivex.internal.operators.maybe.MaybeDoFinally