abstract class io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber<T, U> extends io.reactivex.internal.subscriptions.SubscriptionArbiter implements io.reactivex.FlowableSubscriber<T>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber
super_class: io.reactivex.internal.subscriptions.SubscriptionArbiter
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -5604623027276966720
protected final org.reactivestreams.Subscriber<? super T> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TT;>;
protected final io.reactivex.processors.FlowableProcessor<U> processor;
descriptor: Lio/reactivex/processors/FlowableProcessor;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Lio/reactivex/processors/FlowableProcessor<TU;>;
protected final org.reactivestreams.Subscription receiver;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
private long produced;
descriptor: J
flags: (0x0002) ACC_PRIVATE
void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.processors.FlowableProcessor<U>, org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/processors/FlowableProcessor;Lorg/reactivestreams/Subscription;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iconst_0
invokespecial io.reactivex.internal.subscriptions.SubscriptionArbiter.<init>:(Z)V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.processor:Lio/reactivex/processors/FlowableProcessor;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.receiver:Lorg/reactivestreams/Subscription;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;
0 5 1 actual Lorg/reactivestreams/Subscriber<-TT;>;
0 5 2 processor Lio/reactivex/processors/FlowableProcessor<TU;>;
0 5 3 receiver Lorg/reactivestreams/Subscription;
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lio/reactivex/processors/FlowableProcessor<TU;>;Lorg/reactivestreams/Subscription;)V
MethodParameters:
Name Flags
actual
processor
receiver
public final void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.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/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;
0 2 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public final void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
dup
getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.produced:J
lconst_1
ladd
putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.produced:J
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.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/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;
0 3 1 t TT;
Signature: (TT;)V
MethodParameters:
Name Flags
t
protected final void again();
descriptor: (Ljava/lang/Object;)V
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.reactivex.internal.subscriptions.EmptySubscription.INSTANCE:Lio/reactivex/internal/subscriptions/EmptySubscription;
invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.setSubscription:(Lorg/reactivestreams/Subscription;)V
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.produced:J
lstore 2
start local 2 2: lload 2
lconst_0
lcmp
ifeq 5
3: aload 0
lconst_0
putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.produced:J
4: aload 0
lload 2
invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.produced:(J)V
5: StackMap locals: long
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.receiver:Lorg/reactivestreams/Subscription;
lconst_1
invokeinterface org.reactivestreams.Subscription.request:(J)V
6: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.processor:Lio/reactivex/processors/FlowableProcessor;
aload 1
invokevirtual io.reactivex.processors.FlowableProcessor.onNext:(Ljava/lang/Object;)V
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;
0 8 1 signal TU;
2 8 2 p J
Signature: (TU;)V
MethodParameters:
Name Flags
signal
public final void cancel();
descriptor: ()V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.reactivex.internal.subscriptions.SubscriptionArbiter.cancel:()V
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.receiver:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/internal/subscriptions/SubscriptionArbiter;Lio/reactivex/FlowableSubscriber<TT;>;
SourceFile: "FlowableRepeatWhen.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableRepeatWhen
InnerClasses:
abstract WhenSourceSubscriber = io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber of io.reactivex.internal.operators.flowable.FlowableRepeatWhen