final class io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.CompletableObserver
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver
super_class: java.util.concurrent.atomic.AtomicInteger
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -8360547806504310570
final io.reactivex.CompletableObserver downstream;
descriptor: Lio/reactivex/CompletableObserver;
flags: (0x0010) ACC_FINAL
final java.util.concurrent.atomic.AtomicBoolean once;
descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
flags: (0x0010) ACC_FINAL
final io.reactivex.disposables.CompositeDisposable set;
descriptor: Lio/reactivex/disposables/CompositeDisposable;
flags: (0x0010) ACC_FINAL
void <init>(io.reactivex.CompletableObserver, java.util.concurrent.atomic.AtomicBoolean, io.reactivex.disposables.CompositeDisposable, int);
descriptor: (Lio/reactivex/CompletableObserver;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/reactivex/disposables/CompositeDisposable;I)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.once:Ljava/util/concurrent/atomic/AtomicBoolean;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.set:Lio/reactivex/disposables/CompositeDisposable;
4: aload 0
iload 4
invokevirtual io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.lazySet:(I)V
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/completable/CompletableMergeArray$InnerCompletableObserver;
0 6 1 actual Lio/reactivex/CompletableObserver;
0 6 2 once Ljava/util/concurrent/atomic/AtomicBoolean;
0 6 3 set Lio/reactivex/disposables/CompositeDisposable;
0 6 4 n I
MethodParameters:
Name Flags
actual
once
set
n
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.completable.CompletableMergeArray$InnerCompletableObserver.set:Lio/reactivex/disposables/CompositeDisposable;
aload 1
invokevirtual io.reactivex.disposables.CompositeDisposable.add:(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/CompletableMergeArray$InnerCompletableObserver;
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=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.set:Lio/reactivex/disposables/CompositeDisposable;
invokevirtual io.reactivex.disposables.CompositeDisposable.dispose:()V
1: aload 0
getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.once:Ljava/util/concurrent/atomic/AtomicBoolean;
iconst_0
iconst_1
invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
ifeq 4
2: aload 0
getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
aload 1
invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
3: goto 5
4: StackMap locals:
StackMap stack:
aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/completable/CompletableMergeArray$InnerCompletableObserver;
0 6 1 e Ljava/lang/Throwable;
MethodParameters:
Name Flags
e
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.decrementAndGet:()I
ifne 3
1: aload 0
getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.once:Ljava/util/concurrent/atomic/AtomicBoolean;
iconst_0
iconst_1
invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
ifeq 3
2: aload 0
getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
invokeinterface io.reactivex.CompletableObserver.onComplete:()V
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/completable/CompletableMergeArray$InnerCompletableObserver;
}
SourceFile: "CompletableMergeArray.java"
NestHost: io.reactivex.internal.operators.completable.CompletableMergeArray
InnerClasses:
final InnerCompletableObserver = io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver of io.reactivex.internal.operators.completable.CompletableMergeArray