public final class io.reactivex.internal.operators.flowable.FlowableFlattenIterable<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.FlowableFlattenIterable
super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
final io.reactivex.functions.Function<? super T, ? extends java.lang.Iterable<? extends R>> mapper;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;+Ljava/lang/Iterable<+TR;>;>;
final int prefetch;
descriptor: I
flags: (0x0010) ACC_FINAL
public void <init>(io.reactivex.Flowable<T>, io.reactivex.functions.Function<? super T, ? extends java.lang.Iterable<? extends R>>, );
descriptor: (Lio/reactivex/Flowable;Lio/reactivex/functions/Function;I)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.FlowableFlattenIterable.mapper:Lio/reactivex/functions/Function;
2: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.prefetch:I
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/FlowableFlattenIterable<TT;TR;>;
0 4 1 source Lio/reactivex/Flowable<TT;>;
0 4 2 mapper Lio/reactivex/functions/Function<-TT;+Ljava/lang/Iterable<+TR;>;>;
0 4 3 prefetch I
Signature: (Lio/reactivex/Flowable<TT;>;Lio/reactivex/functions/Function<-TT;+Ljava/lang/Iterable<+TR;>;>;I)V
MethodParameters:
Name Flags
source
mapper
prefetch
public void subscribeActual(org.reactivestreams.Subscriber<? super R>);
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.FlowableFlattenIterable.source:Lio/reactivex/Flowable;
instanceof java.util.concurrent.Callable
ifeq 19
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.source:Lio/reactivex/Flowable;
checkcast java.util.concurrent.Callable
invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
astore 2
start local 2 2: goto 7
end local 2 StackMap locals:
StackMap stack: java.lang.Throwable
3: astore 3
start local 3 4: aload 3
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
5: aload 3
aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
6: return
end local 3 start local 2 7: StackMap locals: java.lang.Object
StackMap stack:
aload 2
ifnonnull 10
8: aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.complete:(Lorg/reactivestreams/Subscriber;)V
9: return
10: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.mapper:Lio/reactivex/functions/Function;
aload 2
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Iterable
astore 4
start local 4 11: aload 4
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 3
end local 4 start local 3 12: goto 17
end local 3 StackMap locals:
StackMap stack: java.lang.Throwable
13: astore 4
start local 4 14: aload 4
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
15: aload 4
aload 1
invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
16: return
end local 4 start local 3 17: StackMap locals: java.util.Iterator
StackMap stack:
aload 1
aload 3
invokestatic io.reactivex.internal.operators.flowable.FlowableFromIterable.subscribe:(Lorg/reactivestreams/Subscriber;Ljava/util/Iterator;)V
18: return
end local 3 end local 2 19: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.mapper:Lio/reactivex/functions/Function;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.prefetch:I
invokespecial io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;I)V
invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
20: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lio/reactivex/internal/operators/flowable/FlowableFlattenIterable<TT;TR;>;
0 21 1 s Lorg/reactivestreams/Subscriber<-TR;>;
2 3 2 v TT;
7 19 2 v TT;
4 7 3 ex Ljava/lang/Throwable;
12 13 3 it Ljava/util/Iterator<+TR;>;
17 19 3 it Ljava/util/Iterator<+TR;>;
11 12 4 iterable Ljava/lang/Iterable<+TR;>;
14 17 4 ex Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
10 12 13 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: "FlowableFlattenIterable.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber
InnerClasses:
final FlattenIterableSubscriber = io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber of io.reactivex.internal.operators.flowable.FlowableFlattenIterable