public final class io.reactivex.internal.operators.flowable.FlowableConcatMap<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.FlowableConcatMap
super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
final io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>> mapper;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
final int prefetch;
descriptor: I
flags: (0x0010) ACC_FINAL
final io.reactivex.internal.util.ErrorMode errorMode;
descriptor: Lio/reactivex/internal/util/ErrorMode;
flags: (0x0010) ACC_FINAL
private static volatile int[] $SWITCH_TABLE$io$reactivex$internal$util$ErrorMode;
descriptor: [I
flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC
public void <init>(io.reactivex.Flowable<T>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>>, int, io.reactivex.internal.util.ErrorMode);
descriptor: (Lio/reactivex/Flowable;Lio/reactivex/functions/Function;ILio/reactivex/internal/util/ErrorMode;)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
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.FlowableConcatMap.mapper:Lio/reactivex/functions/Function;
2: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableConcatMap.prefetch:I
3: aload 0
aload 4
putfield io.reactivex.internal.operators.flowable.FlowableConcatMap.errorMode:Lio/reactivex/internal/util/ErrorMode;
4: return
end local 4 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/FlowableConcatMap<TT;TR;>;
0 5 1 source Lio/reactivex/Flowable<TT;>;
0 5 2 mapper Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
0 5 3 prefetch I
0 5 4 errorMode Lio/reactivex/internal/util/ErrorMode;
Signature: (Lio/reactivex/Flowable<TT;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;ILio/reactivex/internal/util/ErrorMode;)V
MethodParameters:
Name Flags
source
mapper
prefetch
errorMode
public static <T, R> org.reactivestreams.Subscriber<T> subscribe(org.reactivestreams.Subscriber<? super R>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>>, int, io.reactivex.internal.util.ErrorMode);
descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;ILio/reactivex/internal/util/ErrorMode;)Lorg/reactivestreams/Subscriber;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: invokestatic io.reactivex.internal.operators.flowable.FlowableConcatMap.$SWITCH_TABLE$io$reactivex$internal$util$ErrorMode:()[I
aload 3
invokevirtual io.reactivex.internal.util.ErrorMode.ordinal:()I
iaload
tableswitch { // 2 - 3
2: 1
3: 2
default: 3
}
1: StackMap locals:
StackMap stack:
new io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed
dup
aload 0
aload 1
iload 2
iconst_0
invokespecial io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;IZ)V
areturn
2: StackMap locals:
StackMap stack:
new io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed
dup
aload 0
aload 1
iload 2
iconst_1
invokespecial io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;IZ)V
areturn
3: StackMap locals:
StackMap stack:
new io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapImmediate
dup
aload 0
aload 1
iload 2
invokespecial io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapImmediate.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;I)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 s Lorg/reactivestreams/Subscriber<-TR;>;
0 4 1 mapper Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
0 4 2 prefetch I
0 4 3 errorMode Lio/reactivex/internal/util/ErrorMode;
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>(Lorg/reactivestreams/Subscriber<-TR;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;ILio/reactivex/internal/util/ErrorMode;)Lorg/reactivestreams/Subscriber<TT;>;
MethodParameters:
Name Flags
s
mapper
prefetch
errorMode
protected void subscribeActual(org.reactivestreams.Subscriber<? super R>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.source:Lio/reactivex/Flowable;
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.mapper:Lio/reactivex/functions/Function;
invokestatic io.reactivex.internal.operators.flowable.FlowableScalarXMap.tryScalarXMapSubscribe:(Lorg/reactivestreams/Publisher;Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;)Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.source:Lio/reactivex/Flowable;
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.mapper:Lio/reactivex/functions/Function;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.prefetch:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableConcatMap.errorMode:Lio/reactivex/internal/util/ErrorMode;
invokestatic io.reactivex.internal.operators.flowable.FlowableConcatMap.subscribe:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;ILio/reactivex/internal/util/ErrorMode;)Lorg/reactivestreams/Subscriber;
invokevirtual io.reactivex.Flowable.subscribe:(Lorg/reactivestreams/Subscriber;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableConcatMap<TT;TR;>;
0 4 1 s Lorg/reactivestreams/Subscriber<-TR;>;
Signature: (Lorg/reactivestreams/Subscriber<-TR;>;)V
MethodParameters:
Name Flags
s
static int[] $SWITCH_TABLE$io$reactivex$internal$util$ErrorMode();
descriptor: ()[I
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=0
0: getstatic io.reactivex.internal.operators.flowable.FlowableConcatMap.$SWITCH_TABLE$io$reactivex$internal$util$ErrorMode:[I
dup
ifnull 1
areturn
StackMap locals:
StackMap stack: int[]
1: pop
invokestatic io.reactivex.internal.util.ErrorMode.values:()[Lio/reactivex/internal/util/ErrorMode;
arraylength
newarray 10
astore 0
2: aload 0
getstatic io.reactivex.internal.util.ErrorMode.BOUNDARY:Lio/reactivex/internal/util/ErrorMode;
invokevirtual io.reactivex.internal.util.ErrorMode.ordinal:()I
iconst_2
iastore
3: goto 5
StackMap locals: int[]
StackMap stack: java.lang.NoSuchFieldError
4: pop
StackMap locals:
StackMap stack:
5: aload 0
getstatic io.reactivex.internal.util.ErrorMode.END:Lio/reactivex/internal/util/ErrorMode;
invokevirtual io.reactivex.internal.util.ErrorMode.ordinal:()I
iconst_3
iastore
6: goto 8
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
7: pop
StackMap locals:
StackMap stack:
8: aload 0
getstatic io.reactivex.internal.util.ErrorMode.IMMEDIATE:Lio/reactivex/internal/util/ErrorMode;
invokevirtual io.reactivex.internal.util.ErrorMode.ordinal:()I
iconst_1
iastore
9: goto 11
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
10: pop
StackMap locals:
StackMap stack:
11: aload 0
dup
putstatic io.reactivex.internal.operators.flowable.FlowableConcatMap.$SWITCH_TABLE$io$reactivex$internal$util$ErrorMode:[I
areturn
LocalVariableTable:
Start End Slot Name Signature
Exception table:
from to target type
2 3 4 Class java.lang.NoSuchFieldError
5 6 7 Class java.lang.NoSuchFieldError
8 9 10 Class java.lang.NoSuchFieldError
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TR;>;
SourceFile: "FlowableConcatMap.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapImmediate io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport io.reactivex.internal.operators.flowable.FlowableConcatMap$WeakScalarSubscription
InnerClasses:
abstract BaseConcatMapSubscriber = io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber of io.reactivex.internal.operators.flowable.FlowableConcatMap
final ConcatMapDelayed = io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapDelayed of io.reactivex.internal.operators.flowable.FlowableConcatMap
final ConcatMapImmediate = io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapImmediate of io.reactivex.internal.operators.flowable.FlowableConcatMap
final ConcatMapInner = io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner of io.reactivex.internal.operators.flowable.FlowableConcatMap
abstract ConcatMapSupport = io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport of io.reactivex.internal.operators.flowable.FlowableConcatMap
final WeakScalarSubscription = io.reactivex.internal.operators.flowable.FlowableConcatMap$WeakScalarSubscription of io.reactivex.internal.operators.flowable.FlowableConcatMap