final class io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.FlowableSubscriber<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber
super_class: java.util.concurrent.atomic.AtomicInteger
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -7098360935104053232
final org.reactivestreams.Subscriber<? super T> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TT;>;
final io.reactivex.internal.subscriptions.SubscriptionArbiter sa;
descriptor: Lio/reactivex/internal/subscriptions/SubscriptionArbiter;
flags: (0x0010) ACC_FINAL
final org.reactivestreams.Publisher<? extends T> source;
descriptor: Lorg/reactivestreams/Publisher;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Publisher<+TT;>;
final io.reactivex.functions.BooleanSupplier stop;
descriptor: Lio/reactivex/functions/BooleanSupplier;
flags: (0x0010) ACC_FINAL
long produced;
descriptor: J
flags: (0x0000)
void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.functions.BooleanSupplier, io.reactivex.internal.subscriptions.SubscriptionArbiter, org.reactivestreams.Publisher<? extends T>);
descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/BooleanSupplier;Lio/reactivex/internal/subscriptions/SubscriptionArbiter;Lorg/reactivestreams/Publisher;)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.flowable.FlowableRepeatUntil$RepeatSubscriber.downstream:Lorg/reactivestreams/Subscriber;
2: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.sa:Lio/reactivex/internal/subscriptions/SubscriptionArbiter;
3: aload 0
aload 4
putfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.source:Lorg/reactivestreams/Publisher;
4: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.stop:Lio/reactivex/functions/BooleanSupplier;
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/flowable/FlowableRepeatUntil$RepeatSubscriber<TT;>;
0 6 1 actual Lorg/reactivestreams/Subscriber<-TT;>;
0 6 2 until Lio/reactivex/functions/BooleanSupplier;
0 6 3 sa Lio/reactivex/internal/subscriptions/SubscriptionArbiter;
0 6 4 source Lorg/reactivestreams/Publisher<+TT;>;
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lio/reactivex/functions/BooleanSupplier;Lio/reactivex/internal/subscriptions/SubscriptionArbiter;Lorg/reactivestreams/Publisher<+TT;>;)V
MethodParameters:
Name Flags
actual
until
sa
source
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)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.flowable.FlowableRepeatUntil$RepeatSubscriber.sa:Lio/reactivex/internal/subscriptions/SubscriptionArbiter;
aload 1
invokevirtual io.reactivex.internal.subscriptions.SubscriptionArbiter.setSubscription:(Lorg/reactivestreams/Subscription;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableRepeatUntil$RepeatSubscriber<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=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
dup
getfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.produced:J
lconst_1
ladd
putfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.produced:J
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableRepeatUntil$RepeatSubscriber<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.flowable.FlowableRepeatUntil$RepeatSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableRepeatUntil$RepeatSubscriber<TT;>;
0 2 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.stop:Lio/reactivex/functions/BooleanSupplier;
invokeinterface io.reactivex.functions.BooleanSupplier.getAsBoolean:()Z
istore 1
start local 1 1: goto 6
end local 1 StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 2
start local 2 3: aload 2
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 2
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
5: return
end local 2 start local 1 6: StackMap locals: int
StackMap stack:
iload 1
ifeq 9
7: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.downstream:Lorg/reactivestreams/Subscriber;
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
8: goto 10
9: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.subscribeNext:()V
10: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/reactivex/internal/operators/flowable/FlowableRepeatUntil$RepeatSubscriber<TT;>;
1 2 1 b Z
6 11 1 b Z
3 6 2 e Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
void subscribeNext();
descriptor: ()V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.getAndIncrement:()I
ifne 11
1: iconst_1
istore 1
start local 1 2: StackMap locals: int
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.sa:Lio/reactivex/internal/subscriptions/SubscriptionArbiter;
invokevirtual io.reactivex.internal.subscriptions.SubscriptionArbiter.isCancelled:()Z
ifeq 4
3: return
4: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.produced:J
lstore 2
start local 2 5: lload 2
lconst_0
lcmp
ifeq 8
6: aload 0
lconst_0
putfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.produced:J
7: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.sa:Lio/reactivex/internal/subscriptions/SubscriptionArbiter;
lload 2
invokevirtual io.reactivex.internal.subscriptions.SubscriptionArbiter.produced:(J)V
8: StackMap locals: long
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.source:Lorg/reactivestreams/Publisher;
aload 0
invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
9: aload 0
iload 1
ineg
invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber.addAndGet:(I)I
istore 1
10: iload 1
ifne 2
end local 2 end local 1 11: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/reactivex/internal/operators/flowable/FlowableRepeatUntil$RepeatSubscriber<TT;>;
2 11 1 missed I
5 11 2 p J
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;
SourceFile: "FlowableRepeatUntil.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableRepeatUntil
InnerClasses:
final RepeatSubscriber = io.reactivex.internal.operators.flowable.FlowableRepeatUntil$RepeatSubscriber of io.reactivex.internal.operators.flowable.FlowableRepeatUntil