public final class io.reactivex.internal.operators.flowable.FlowableFromIterable<T> extends io.reactivex.Flowable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableFromIterable
  super_class: io.reactivex.Flowable
{
  final java.lang.Iterable<? extends T> source;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/lang/Iterable<+TT;>;

  public void <init>(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable this
        start local 1 // java.lang.Iterable source
         0: .line 32
            aload 0 /* this */
            invokespecial io.reactivex.Flowable.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.flowable.FlowableFromIterable.source:Ljava/lang/Iterable;
         2: .line 34
            return
        end local 1 // java.lang.Iterable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable<TT;>;
            0    3     1  source  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)V
    MethodParameters:
        Name  Flags
      source  

  public void subscribeActual(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 40
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableFromIterable.source:Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 2 /* it */
        start local 2 // java.util.Iterator it
         1: .line 41
            goto 6
        end local 2 // java.util.Iterator it
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         3: .line 42
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 43
            aload 3 /* e */
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
         5: .line 44
            return
        end local 3 // java.lang.Throwable e
        start local 2 // java.util.Iterator it
         6: .line 47
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* s */
            aload 2 /* it */
            invokestatic io.reactivex.internal.operators.flowable.FlowableFromIterable.subscribe:(Lorg/reactivestreams/Subscriber;Ljava/util/Iterator;)V
         7: .line 48
            return
        end local 2 // java.util.Iterator it
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableFromIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableFromIterable<TT;>;
            0    8     1     s  Lorg/reactivestreams/Subscriber<-TT;>;
            1    2     2    it  Ljava/util/Iterator<+TT;>;
            6    8     2    it  Ljava/util/Iterator<+TT;>;
            3    6     3     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
      Name  Flags
      s     

  public static <T> void subscribe(org.reactivestreams.Subscriber<? super T>, java.util.Iterator<? extends T>);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/util/Iterator;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.reactivestreams.Subscriber s
        start local 1 // java.util.Iterator it
         0: .line 53
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 2 /* hasNext */
        start local 2 // boolean hasNext
         1: .line 54
            goto 6
        end local 2 // boolean hasNext
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         3: .line 55
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 56
            aload 3 /* e */
            aload 0 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
         5: .line 57
            return
        end local 3 // java.lang.Throwable e
        start local 2 // boolean hasNext
         6: .line 60
      StackMap locals: int
      StackMap stack:
            iload 2 /* hasNext */
            ifne 9
         7: .line 61
            aload 0 /* s */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.complete:(Lorg/reactivestreams/Subscriber;)V
         8: .line 62
            return
         9: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* s */
            instanceof io.reactivex.internal.fuseable.ConditionalSubscriber
            ifeq 14
        10: .line 66
            aload 0 /* s */
            new io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription
            dup
        11: .line 67
            aload 0 /* s */
            checkcast io.reactivex.internal.fuseable.ConditionalSubscriber
            aload 1 /* it */
            invokespecial io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription.<init>:(Lio/reactivex/internal/fuseable/ConditionalSubscriber;Ljava/util/Iterator;)V
        12: .line 66
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        13: .line 68
            goto 15
        14: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* s */
            new io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorSubscription
            dup
            aload 0 /* s */
            aload 1 /* it */
            invokespecial io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorSubscription.<init>:(Lorg/reactivestreams/Subscriber;Ljava/util/Iterator;)V
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        15: .line 71
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean hasNext
        end local 1 // java.util.Iterator it
        end local 0 // org.reactivestreams.Subscriber s
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0        s  Lorg/reactivestreams/Subscriber<-TT;>;
            0   16     1       it  Ljava/util/Iterator<+TT;>;
            1    2     2  hasNext  Z
            6   16     2  hasNext  Z
            3    6     3        e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Signature: <T:Ljava/lang/Object;>(Lorg/reactivestreams/Subscriber<-TT;>;Ljava/util/Iterator<+TT;>;)V
    MethodParameters:
      Name  Flags
      s     
      it    
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Flowable<TT;>;
SourceFile: "FlowableFromIterable.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription  io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription  io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorSubscription
InnerClasses:
  abstract BaseRangeSubscription = io.reactivex.internal.operators.flowable.FlowableFromIterable$BaseRangeSubscription of io.reactivex.internal.operators.flowable.FlowableFromIterable
  final IteratorConditionalSubscription = io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorConditionalSubscription of io.reactivex.internal.operators.flowable.FlowableFromIterable
  final IteratorSubscription = io.reactivex.internal.operators.flowable.FlowableFromIterable$IteratorSubscription of io.reactivex.internal.operators.flowable.FlowableFromIterable