public final class io.reactivex.internal.operators.flowable.FlowableZipIterable<T, U, V> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, V>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableZipIterable
super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
final java.lang.Iterable<U> other;
descriptor: Ljava/lang/Iterable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/lang/Iterable<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;>;
public void <init>(io.reactivex.Flowable<T>, java.lang.Iterable<U>, io.reactivex.functions.BiFunction<? super T, ? super U, ? extends V>);
descriptor: (Lio/reactivex/Flowable;Ljava/lang/Iterable;Lio/reactivex/functions/BiFunction;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
1: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableZipIterable.other:Ljava/lang/Iterable;
2: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableZipIterable.zipper:Lio/reactivex/functions/BiFunction;
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableZipIterable<TT;TU;TV;>;
0 4 1 source Lio/reactivex/Flowable<TT;>;
0 4 2 other Ljava/lang/Iterable<TU;>;
0 4 3 zipper Lio/reactivex/functions/BiFunction<-TT;-TU;+TV;>;
Signature: (Lio/reactivex/Flowable<TT;>;Ljava/lang/Iterable<TU;>;Lio/reactivex/functions/BiFunction<-TT;-TU;+TV;>;)V
MethodParameters:
Name Flags
source
other
zipper
public void subscribeActual(org.reactivestreams.Subscriber<? super V>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable.other:Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
ldc "The iterator returned by other is null"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.Iterator
astore 2
start local 2 1: goto 6
end local 2 StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 3
start local 3 3: aload 3
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
4: aload 3
aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
5: return
end local 3 start local 2 6: StackMap locals: java.util.Iterator
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
istore 3
start local 3 7: goto 12
end local 3 StackMap locals:
StackMap stack: java.lang.Throwable
8: astore 4
start local 4 9: aload 4
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
10: aload 4
aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
11: return
end local 4 start local 3 12: StackMap locals: int
StackMap stack:
iload 3
ifne 15
13: aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.complete:(Lorg/reactivestreams/Subscriber;)V
14: return
15: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber
dup
aload 1
aload 2
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZipIterable.zipper:Lio/reactivex/functions/BiFunction;
invokespecial io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Ljava/util/Iterator;Lio/reactivex/functions/BiFunction;)V
invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
16: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lio/reactivex/internal/operators/flowable/FlowableZipIterable<TT;TU;TV;>;
0 17 1 t Lorg/reactivestreams/Subscriber<-TV;>;
1 2 2 it Ljava/util/Iterator<TU;>;
6 17 2 it Ljava/util/Iterator<TU;>;
3 6 3 e Ljava/lang/Throwable;
7 8 3 b Z
12 17 3 b Z
9 12 4 e Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
6 7 8 Class java.lang.Throwable
Signature: (Lorg/reactivestreams/Subscriber<-TV;>;)V
MethodParameters:
Name Flags
t
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;V:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TV;>;
SourceFile: "FlowableZipIterable.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber
InnerClasses:
final ZipIterableSubscriber = io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber of io.reactivex.internal.operators.flowable.FlowableZipIterable