final class io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber
super_class: java.util.concurrent.atomic.AtomicInteger
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -4592979584110982903
final org.reactivestreams.Subscriber<? super T> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TT;>;
final java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> mainSubscription;
descriptor: Ljava/util/concurrent/atomic/AtomicReference;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;
final io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver otherObserver;
descriptor: Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver;
flags: (0x0010) ACC_FINAL
final io.reactivex.internal.util.AtomicThrowable error;
descriptor: Lio/reactivex/internal/util/AtomicThrowable;
flags: (0x0010) ACC_FINAL
final java.util.concurrent.atomic.AtomicLong requested;
descriptor: Ljava/util/concurrent/atomic/AtomicLong;
flags: (0x0010) ACC_FINAL
volatile boolean mainDone;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
volatile boolean otherDone;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
void <init>(org.reactivestreams.Subscriber<? super T>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
2: aload 0
new java.util.concurrent.atomic.AtomicReference
dup
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainSubscription:Ljava/util/concurrent/atomic/AtomicReference;
3: aload 0
new io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver
dup
aload 0
invokespecial io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver.<init>:(Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber;)V
putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.otherObserver:Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver;
4: aload 0
new io.reactivex.internal.util.AtomicThrowable
dup
invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
5: aload 0
new java.util.concurrent.atomic.AtomicLong
dup
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
0 7 1 downstream Lorg/reactivestreams/Subscriber<-TT;>;
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
MethodParameters:
Name Flags
downstream
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)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.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainSubscription:Ljava/util/concurrent/atomic/AtomicReference;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.deferredSetOnce:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/atomic/AtomicLong;Lorg/reactivestreams/Subscription;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
0 2 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onNext:(Lorg/reactivestreams/Subscriber;Ljava/lang/Object;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
0 2 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=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.otherObserver:Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver;
invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onError:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
0 3 1 ex Ljava/lang/Throwable;
MethodParameters:
Name Flags
ex
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainDone:Z
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.otherDone:Z
ifeq 3
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onComplete:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainSubscription:Ljava/util/concurrent/atomic/AtomicReference;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
lload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.deferredRequest:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/atomic/AtomicLong;J)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
0 2 1 n J
MethodParameters:
Name Flags
n
public void cancel();
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.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainSubscription:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.otherObserver:Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver;
invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
void otherError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainSubscription:Ljava/util/concurrent/atomic/AtomicReference;
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onError:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
0 3 1 ex Ljava/lang/Throwable;
MethodParameters:
Name Flags
ex
void otherComplete();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.otherDone:Z
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainDone:Z
ifeq 3
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokestatic io.reactivex.internal.util.HalfSerializer.onComplete:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableMergeWithCompletable.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable
InnerClasses:
final MergeWithSubscriber = io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber of io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable
final OtherObserver = io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver of io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber