final class io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber extends java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> implements io.reactivex.FlowableSubscriber<java.lang.Object>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber
super_class: java.util.concurrent.atomic.AtomicReference
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -3892798459447644106
final io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber this$1;
descriptor: Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber);
descriptor: (Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber.this$1:Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber;
aload 0
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber;
MethodParameters:
Name Flags
this$0 final
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
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;)Z
ifeq 2
1: aload 1
ldc 9223372036854775807
invokeinterface org.reactivestreams.Subscription.request:(J)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/flowable/FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber;
0 3 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber.get:()Ljava/lang/Object;
checkcast org.reactivestreams.Subscription
astore 2
start local 2 1: aload 2
getstatic io.reactivex.internal.subscriptions.SubscriptionHelper.CANCELLED:Lio/reactivex/internal/subscriptions/SubscriptionHelper;
if_acmpeq 5
2: aload 0
getstatic io.reactivex.internal.subscriptions.SubscriptionHelper.CANCELLED:Lio/reactivex/internal/subscriptions/SubscriptionHelper;
invokevirtual io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber.lazySet:(Ljava/lang/Object;)V
3: aload 2
invokeinterface org.reactivestreams.Subscription.cancel:()V
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber.this$1:Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber;
invokevirtual io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber.next:()V
5: StackMap locals: org.reactivestreams.Subscription
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber;
0 6 1 t Ljava/lang/Object;
1 6 2 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber.get:()Ljava/lang/Object;
checkcast org.reactivestreams.Subscription
astore 2
start local 2 1: aload 2
getstatic io.reactivex.internal.subscriptions.SubscriptionHelper.CANCELLED:Lio/reactivex/internal/subscriptions/SubscriptionHelper;
if_acmpeq 4
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber.this$1:Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber;
getfield io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
3: goto 5
4: StackMap locals: org.reactivestreams.Subscription
StackMap stack:
aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
5: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber;
0 6 1 t Ljava/lang/Throwable;
1 6 2 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber.get:()Ljava/lang/Object;
checkcast org.reactivestreams.Subscription
astore 1
start local 1 1: aload 1
getstatic io.reactivex.internal.subscriptions.SubscriptionHelper.CANCELLED:Lio/reactivex/internal/subscriptions/SubscriptionHelper;
if_acmpeq 3
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber.this$1:Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber;
invokevirtual io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber.next:()V
3: StackMap locals: org.reactivestreams.Subscription
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber;
1 4 1 s Lorg/reactivestreams/Subscription;
}
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;Lio/reactivex/FlowableSubscriber<Ljava/lang/Object;>;
SourceFile: "FlowableDelaySubscriptionOther.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther
InnerClasses:
final MainSubscriber = io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber of io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther
final OtherSubscriber = io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber of io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber