final class io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber extends java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> implements org.reactivestreams.Subscription, java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber
super_class: java.util.concurrent.atomic.AtomicReference
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -2809475196591179431
final org.reactivestreams.Subscriber<? super java.lang.Long> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-Ljava/lang/Long;>;
volatile boolean requested;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
void <init>(org.reactivestreams.Subscriber<? super java.lang.Long>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.downstream:Lorg/reactivestreams/Subscriber;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableTimer$TimerSubscriber;
0 3 1 downstream Lorg/reactivestreams/Subscriber<-Ljava/lang/Long;>;
Signature: (Lorg/reactivestreams/Subscriber<-Ljava/lang/Long;>;)V
MethodParameters:
Name Flags
downstream
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: lload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
ifeq 2
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.requested:Z
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/FlowableTimer$TimerSubscriber;
0 3 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
invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableTimer$TimerSubscriber;
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.get:()Ljava/lang/Object;
getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
if_acmpeq 8
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.requested:Z
ifeq 6
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.downstream:Lorg/reactivestreams/Subscriber;
lconst_0
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
3: aload 0
getstatic io.reactivex.internal.disposables.EmptyDisposable.INSTANCE:Lio/reactivex/internal/disposables/EmptyDisposable;
invokevirtual io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.lazySet:(Ljava/lang/Object;)V
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.downstream:Lorg/reactivestreams/Subscriber;
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
5: goto 8
6: StackMap locals:
StackMap stack:
aload 0
getstatic io.reactivex.internal.disposables.EmptyDisposable.INSTANCE:Lio/reactivex/internal/disposables/EmptyDisposable;
invokevirtual io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.lazySet:(Ljava/lang/Object;)V
7: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber.downstream:Lorg/reactivestreams/Subscriber;
new io.reactivex.exceptions.MissingBackpressureException
dup
ldc "Can't deliver value due to lack of requests"
invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/reactivex/internal/operators/flowable/FlowableTimer$TimerSubscriber;
public void setResource(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.trySet:(Ljava/util/concurrent/atomic/AtomicReference;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/flowable/FlowableTimer$TimerSubscriber;
0 2 1 d Lio/reactivex/disposables/Disposable;
MethodParameters:
Name Flags
d
}
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lorg/reactivestreams/Subscription;Ljava/lang/Runnable;
SourceFile: "FlowableTimer.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableTimer
InnerClasses:
final TimerSubscriber = io.reactivex.internal.operators.flowable.FlowableTimer$TimerSubscriber of io.reactivex.internal.operators.flowable.FlowableTimer