public final class io.reactivex.internal.operators.flowable.FlowableCombineLatest<T, R> extends io.reactivex.Flowable<R>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableCombineLatest
super_class: io.reactivex.Flowable
{
final org.reactivestreams.Publisher<? extends T>[] array;
descriptor: [Lorg/reactivestreams/Publisher;
flags: (0x0010) ACC_FINAL
Signature: [Lorg/reactivestreams/Publisher<+TT;>;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
final java.lang.Iterable<? extends org.reactivestreams.Publisher<? extends T>> iterable;
descriptor: Ljava/lang/Iterable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
final io.reactivex.functions.Function<? super java.lang.Object[], ? extends R> combiner;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
final int bufferSize;
descriptor: I
flags: (0x0010) ACC_FINAL
final boolean delayErrors;
descriptor: Z
flags: (0x0010) ACC_FINAL
public void <init>(org.reactivestreams.Publisher<? extends T>[], io.reactivex.functions.Function<? super java.lang.Object[], ? extends R>, int, );
descriptor: ([Lorg/reactivestreams/Publisher;Lio/reactivex/functions/Function;IZ)V
flags: (0x0001) ACC_PUBLIC
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 io.reactivex.Flowable.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.array:[Lorg/reactivestreams/Publisher;
2: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.iterable:Ljava/lang/Iterable;
3: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.combiner:Lio/reactivex/functions/Function;
4: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.bufferSize:I
5: aload 0
iload 4
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.delayErrors:Z
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableCombineLatest<TT;TR;>;
0 7 1 array [Lorg/reactivestreams/Publisher;
0 7 2 combiner Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
0 7 3 bufferSize I
0 7 4 delayErrors Z
Signature: ([Lorg/reactivestreams/Publisher<+TT;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;IZ)V
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.NonNull()
1:
io.reactivex.annotations.NonNull()
2:
3:
MethodParameters:
Name Flags
array
combiner
bufferSize
delayErrors
public void <init>(java.lang.Iterable<? extends org.reactivestreams.Publisher<? extends T>>, io.reactivex.functions.Function<? super java.lang.Object[], ? extends R>, int, );
descriptor: (Ljava/lang/Iterable;Lio/reactivex/functions/Function;IZ)V
flags: (0x0001) ACC_PUBLIC
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 io.reactivex.Flowable.<init>:()V
1: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.array:[Lorg/reactivestreams/Publisher;
2: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.iterable:Ljava/lang/Iterable;
3: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.combiner:Lio/reactivex/functions/Function;
4: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.bufferSize:I
5: aload 0
iload 4
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.delayErrors:Z
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableCombineLatest<TT;TR;>;
0 7 1 iterable Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;
0 7 2 combiner Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
0 7 3 bufferSize I
0 7 4 delayErrors Z
Signature: (Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<+TT;>;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;IZ)V
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.NonNull()
1:
io.reactivex.annotations.NonNull()
2:
3:
MethodParameters:
Name Flags
iterable
combiner
bufferSize
delayErrors
public void subscribeActual(org.reactivestreams.Subscriber<? super R>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.array:[Lorg/reactivestreams/Publisher;
astore 2
start local 2 1: aload 2
ifnonnull 30
2: iconst_0
istore 3
start local 3 3: bipush 8
anewarray org.reactivestreams.Publisher
astore 2
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.iterable:Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
ldc "The iterator returned is null"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.Iterator
astore 4
start local 4 5: goto 10
end local 4 StackMap locals: io.reactivex.internal.operators.flowable.FlowableCombineLatest org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int
StackMap stack: java.lang.Throwable
6: astore 5
start local 5 7: aload 5
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
8: aload 5
aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
9: return
end local 5 start local 4 10: StackMap locals: java.util.Iterator
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
istore 5
start local 5 11: goto 16
end local 5 StackMap locals:
StackMap stack: java.lang.Throwable
12: astore 6
start local 6 13: aload 6
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
14: aload 6
aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
15: return
end local 6 start local 5 16: StackMap locals: int
StackMap stack:
iload 5
ifne 18
17: goto 31
18: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
ldc "The publisher returned by the iterator is null"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
astore 6
start local 6 19: goto 24
end local 6 StackMap locals:
StackMap stack: java.lang.Throwable
20: astore 7
start local 7 21: aload 7
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
22: aload 7
aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
23: return
end local 7 start local 6 24: StackMap locals: org.reactivestreams.Publisher
StackMap stack:
iload 3
aload 2
arraylength
if_icmpne 28
25: iload 3
iload 3
iconst_2
ishr
iadd
anewarray org.reactivestreams.Publisher
astore 7
start local 7 26: aload 2
iconst_0
aload 7
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
27: aload 7
astore 2
end local 7 28: StackMap locals:
StackMap stack:
aload 2
iload 3
iinc 3 1
aload 6
aastore
end local 6 end local 5 29: goto 10
end local 4 end local 3 30: StackMap locals: io.reactivex.internal.operators.flowable.FlowableCombineLatest org.reactivestreams.Subscriber org.reactivestreams.Publisher[]
StackMap stack:
aload 2
arraylength
istore 3
start local 3 31: StackMap locals: int
StackMap stack:
iload 3
ifne 34
32: aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.complete:(Lorg/reactivestreams/Subscriber;)V
33: return
34: StackMap locals:
StackMap stack:
iload 3
iconst_1
if_icmpne 37
35: aload 2
iconst_0
aaload
new io.reactivex.internal.operators.flowable.FlowableMap$MapSubscriber
dup
aload 1
new io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc
dup
aload 0
invokespecial io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc.<init>:(Lio/reactivex/internal/operators/flowable/FlowableCombineLatest;)V
invokespecial io.reactivex.internal.operators.flowable.FlowableMap$MapSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;)V
invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
36: return
37: StackMap locals:
StackMap stack:
new io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.combiner:Lio/reactivex/functions/Function;
iload 3
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.bufferSize:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.delayErrors:Z
invokespecial io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;IIZ)V
38: astore 4
start local 4 39: aload 1
aload 4
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
40: aload 4
aload 2
iload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator.subscribe:([Lorg/reactivestreams/Publisher;I)V
41: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 42 0 this Lio/reactivex/internal/operators/flowable/FlowableCombineLatest<TT;TR;>;
0 42 1 s Lorg/reactivestreams/Subscriber<-TR;>;
1 42 2 a [Lorg/reactivestreams/Publisher;
3 30 3 n I
31 42 3 n I
5 6 4 it Ljava/util/Iterator<+Lorg/reactivestreams/Publisher<+TT;>;>;
10 30 4 it Ljava/util/Iterator<+Lorg/reactivestreams/Publisher<+TT;>;>;
7 10 5 e Ljava/lang/Throwable;
11 12 5 b Z
16 29 5 b Z
13 16 6 e Ljava/lang/Throwable;
19 20 6 p Lorg/reactivestreams/Publisher<+TT;>;
24 29 6 p Lorg/reactivestreams/Publisher<+TT;>;
21 24 7 e Ljava/lang/Throwable;
26 28 7 c [Lorg/reactivestreams/Publisher;
39 42 4 coordinator Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$CombineLatestCoordinator<TT;TR;>;
Exception table:
from to target type
4 5 6 Class java.lang.Throwable
10 11 12 Class java.lang.Throwable
18 19 20 Class java.lang.Throwable
Signature: (Lorg/reactivestreams/Subscriber<-TR;>;)V
MethodParameters:
Name Flags
s
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/Flowable<TR;>;
SourceFile: "FlowableCombineLatest.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc
InnerClasses:
final CombineLatestCoordinator = io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestCoordinator of io.reactivex.internal.operators.flowable.FlowableCombineLatest
final CombineLatestInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableCombineLatest$CombineLatestInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableCombineLatest
final SingletonArrayFunc = io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc of io.reactivex.internal.operators.flowable.FlowableCombineLatest
final MapSubscriber = io.reactivex.internal.operators.flowable.FlowableMap$MapSubscriber of io.reactivex.internal.operators.flowable.FlowableMap