final class io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber<T, U, V> 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.FlowableZipIterable$ZipIterableSubscriber
super_class: java.lang.Object
{
final org.reactivestreams.Subscriber<? super V> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TV;>;
final java.util.Iterator<U> iterator;
descriptor: Ljava/util/Iterator;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/Iterator<TU;>;
final io.reactivex.functions.BiFunction<? super T, ? super U, ? extends V> zipper;
descriptor: Lio/reactivex/functions/BiFunction;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/BiFunction<-TT;-TU;+TV;>;
org.reactivestreams.Subscription upstream;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
boolean done;
descriptor: Z
flags: (0x0000)
void <init>(org.reactivestreams.Subscriber<? super V>, java.util.Iterator<U>, io.reactivex.functions.BiFunction<? super T, ? super U, ? extends V>);
descriptor: (Lorg/reactivestreams/Subscriber;Ljava/util/Iterator;Lio/reactivex/functions/BiFunction;)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
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.iterator:Ljava/util/Iterator;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.zipper:Lio/reactivex/functions/BiFunction;
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/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
0 5 1 actual Lorg/reactivestreams/Subscriber<-TV;>;
0 5 2 iterator Ljava/util/Iterator<TU;>;
0 5 3 zipper Lio/reactivex/functions/BiFunction<-TT;-TU;+TV;>;
Signature: (Lorg/reactivestreams/Subscriber<-TV;>;Ljava/util/Iterator<TU;>;Lio/reactivex/functions/BiFunction<-TT;-TU;+TV;>;)V
MethodParameters:
Name Flags
actual
iterator
zipper
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.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
ifeq 3
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
0 4 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
ldc "The iterator returned a null value"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
astore 2
start local 2 3: goto 7
end local 2 StackMap locals:
StackMap stack: java.lang.Throwable
4: astore 3
start local 3 5: aload 0
aload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.error:(Ljava/lang/Throwable;)V
6: return
end local 3 start local 2 7: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.zipper:Lio/reactivex/functions/BiFunction;
aload 1
aload 2
invokeinterface io.reactivex.functions.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
ldc "The zipper function returned a null value"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
astore 3
start local 3 8: goto 12
end local 3 StackMap locals:
StackMap stack: java.lang.Throwable
9: astore 4
start local 4 10: aload 0
aload 4
invokevirtual io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.error:(Ljava/lang/Throwable;)V
11: return
end local 4 start local 3 12: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 3
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
13: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
istore 4
start local 4 14: goto 18
end local 4 StackMap locals:
StackMap stack: java.lang.Throwable
15: astore 5
start local 5 16: aload 0
aload 5
invokevirtual io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.error:(Ljava/lang/Throwable;)V
17: return
end local 5 start local 4 18: StackMap locals: int
StackMap stack:
iload 4
ifne 22
19: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
20: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
21: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
22: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
0 23 1 t TT;
3 4 2 u TU;
7 23 2 u TU;
5 7 3 e Ljava/lang/Throwable;
8 9 3 v TV;
12 23 3 v TV;
10 12 4 e Ljava/lang/Throwable;
14 15 4 b Z
18 23 4 b Z
16 18 5 e Ljava/lang/Throwable;
Exception table:
from to target type
2 3 4 Class java.lang.Throwable
7 8 9 Class java.lang.Throwable
13 14 15 Class java.lang.Throwable
Signature: (TT;)V
MethodParameters:
Name Flags
t
void error(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
0 5 1 e Ljava/lang/Throwable;
MethodParameters:
Name Flags
e
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.FlowableZipIterable$ZipIterableSubscriber.done:Z
ifeq 3
1: aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
2: return
3: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
0 6 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
lload 1
invokeinterface org.reactivestreams.Subscription.request:(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/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
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.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableZipIterable.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableZipIterable
InnerClasses:
final ZipIterableSubscriber = io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber of io.reactivex.internal.operators.flowable.FlowableZipIterable