public final class io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany<T, R> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, R>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany
super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
final org.reactivestreams.Publisher<?>[] otherArray;
descriptor: [Lorg/reactivestreams/Publisher;
flags: (0x0010) ACC_FINAL
Signature: [Lorg/reactivestreams/Publisher<*>;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
final java.lang.Iterable<? extends org.reactivestreams.Publisher<?>> otherIterable;
descriptor: Ljava/lang/Iterable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<*>;>;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
final io.reactivex.functions.Function<? super java.lang.Object[], R> combiner;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
public void <init>(io.reactivex.Flowable<T>, org.reactivestreams.Publisher<?>[], io.reactivex.functions.Function<? super java.lang.Object[], R>);
descriptor: (Lio/reactivex/Flowable;[Lorg/reactivestreams/Publisher;Lio/reactivex/functions/Function;)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.FlowableWithLatestFromMany.otherArray:[Lorg/reactivestreams/Publisher;
2: aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
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/FlowableWithLatestFromMany<TT;TR;>;
0 5 1 source Lio/reactivex/Flowable<TT;>;
0 5 2 otherArray [Lorg/reactivestreams/Publisher;
0 5 3 combiner Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
Signature: (Lio/reactivex/Flowable<TT;>;[Lorg/reactivestreams/Publisher<*>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;)V
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.NonNull()
1:
io.reactivex.annotations.NonNull()
2:
MethodParameters:
Name Flags
source
otherArray
combiner
public void <init>(io.reactivex.Flowable<T>, java.lang.Iterable<? extends org.reactivestreams.Publisher<?>>, io.reactivex.functions.Function<? super java.lang.Object[], R>);
descriptor: (Lio/reactivex/Flowable;Ljava/lang/Iterable;Lio/reactivex/functions/Function;)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
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherArray:[Lorg/reactivestreams/Publisher;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
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/FlowableWithLatestFromMany<TT;TR;>;
0 5 1 source Lio/reactivex/Flowable<TT;>;
0 5 2 otherIterable Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<*>;>;
0 5 3 combiner Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;
Signature: (Lio/reactivex/Flowable<TT;>;Ljava/lang/Iterable<+Lorg/reactivestreams/Publisher<*>;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;TR;>;)V
RuntimeInvisibleParameterAnnotations:
0:
io.reactivex.annotations.NonNull()
1:
io.reactivex.annotations.NonNull()
2:
io.reactivex.annotations.NonNull()
MethodParameters:
Name Flags
source
otherIterable
combiner
protected void subscribeActual(org.reactivestreams.Subscriber<? super R>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherArray:[Lorg/reactivestreams/Publisher;
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: aload 2
ifnonnull 15
3: bipush 8
anewarray org.reactivestreams.Publisher
astore 2
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.otherIterable:Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 5
goto 9
StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int top java.util.Iterator
StackMap stack:
5: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
astore 4
start local 4 6: iload 3
aload 2
arraylength
if_icmpne 8
7: aload 2
iload 3
iload 3
iconst_1
ishr
iadd
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast org.reactivestreams.Publisher[]
astore 2
8: StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int org.reactivestreams.Publisher java.util.Iterator
StackMap stack:
aload 2
iload 3
iinc 3 1
aload 4
aastore
end local 4 9: StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
10: goto 16
StackMap locals: io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany org.reactivestreams.Subscriber org.reactivestreams.Publisher[] int
StackMap stack: java.lang.Throwable
11: astore 4
start local 4 12: aload 4
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
13: aload 4
aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
14: return
end local 4 15: StackMap locals:
StackMap stack:
aload 2
arraylength
istore 3
16: StackMap locals:
StackMap stack:
iload 3
ifne 19
17: new io.reactivex.internal.operators.flowable.FlowableMap
dup
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$SingletonArrayFunc
dup
aload 0
invokespecial io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$SingletonArrayFunc.<init>:(Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany;)V
invokespecial io.reactivex.internal.operators.flowable.FlowableMap.<init>:(Lio/reactivex/Flowable;Lio/reactivex/functions/Function;)V
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableMap.subscribeActual:(Lorg/reactivestreams/Subscriber;)V
18: return
19: StackMap locals:
StackMap stack:
new io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.combiner:Lio/reactivex/functions/Function;
iload 3
invokespecial io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;I)V
astore 4
start local 4 20: aload 1
aload 4
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
21: aload 4
aload 2
iload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber.subscribe:([Lorg/reactivestreams/Publisher;I)V
22: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany.source:Lio/reactivex/Flowable;
aload 4
invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
23: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany<TT;TR;>;
0 24 1 s Lorg/reactivestreams/Subscriber<-TR;>;
1 24 2 others [Lorg/reactivestreams/Publisher;
2 24 3 n I
6 9 4 p Lorg/reactivestreams/Publisher<*>;
12 15 4 ex Ljava/lang/Throwable;
20 24 4 parent Lio/reactivex/internal/operators/flowable/FlowableWithLatestFromMany$WithLatestFromSubscriber<TT;TR;>;
Exception table:
from to target type
4 10 11 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/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TR;>;
SourceFile: "FlowableWithLatestFromMany.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$SingletonArrayFunc io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber
InnerClasses:
final SingletonArrayFunc = io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$SingletonArrayFunc of io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany
final WithLatestFromSubscriber = io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestFromSubscriber of io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany
final WithLatestInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany$WithLatestInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableWithLatestFromMany