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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable this
        start local 1 // io.reactivex.Flowable source
        start local 2 // io.reactivex.functions.Function mapper
        start local 3 // int prefetch
         0: .line 41
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 42
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.mapper:Lio/reactivex/functions/Function;
         2: .line 43
            aload 0 /* this */
            iload 3 /* prefetch */
            putfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.prefetch:I
         3: .line 44
            return
        end local 3 // int prefetch
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable this
      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 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 49
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.source:Lio/reactivex/Flowable;
            instanceof java.util.concurrent.Callable
            ifeq 19
         1: .line 53
            aload 0 /* this */
            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 /* v */
        start local 2 // java.lang.Object v
         2: .line 54
            goto 7
        end local 2 // java.lang.Object v
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         4: .line 55
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         5: .line 56
            aload 3 /* ex */
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
         6: .line 57
            return
        end local 3 // java.lang.Throwable ex
        start local 2 // java.lang.Object v
         7: .line 60
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* v */
            ifnonnull 10
         8: .line 61
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.complete:(Lorg/reactivestreams/Subscriber;)V
         9: .line 62
            return
        10: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.mapper:Lio/reactivex/functions/Function;
            aload 2 /* v */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            astore 4 /* iterable */
        start local 4 // java.lang.Iterable iterable
        11: .line 70
            aload 4 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        end local 4 // java.lang.Iterable iterable
        start local 3 // java.util.Iterator it
        12: .line 71
            goto 17
        end local 3 // java.util.Iterator it
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
        14: .line 72
            aload 4 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        15: .line 73
            aload 4 /* ex */
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
        16: .line 74
            return
        end local 4 // java.lang.Throwable ex
        start local 3 // java.util.Iterator it
        17: .line 77
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* s */
            aload 3 /* it */
            invokestatic io.reactivex.internal.operators.flowable.FlowableFromIterable.subscribe:(Lorg/reactivestreams/Subscriber;Ljava/util/Iterator;)V
        18: .line 79
            return
        end local 3 // java.util.Iterator it
        end local 2 // java.lang.Object v
        19: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableFlattenIterable$FlattenIterableSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFlattenIterable.mapper:Lio/reactivex/functions/Function;
            aload 0 /* this */
            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: .line 82
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFlattenIterable this
      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