public class io.vertx.sqlclient.impl.RowStreamImpl implements io.vertx.sqlclient.RowStream<io.vertx.sqlclient.Row>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.RowSet>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.sqlclient.impl.RowStreamImpl
  super_class: java.lang.Object
{
  private final io.vertx.sqlclient.impl.PreparedQueryImpl ps;
    descriptor: Lio/vertx/sqlclient/impl/PreparedQueryImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int fetch;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.sqlclient.Tuple params;
    descriptor: Lio/vertx/sqlclient/Tuple;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<io.vertx.sqlclient.Row> rowHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/sqlclient/Row;>;

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private long demand;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private boolean emitting;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.sqlclient.Cursor cursor;
    descriptor: Lio/vertx/sqlclient/Cursor;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Iterator<io.vertx.sqlclient.Row> result;
    descriptor: Ljava/util/Iterator;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Iterator<Lio/vertx/sqlclient/Row;>;

  void <init>(io.vertx.sqlclient.impl.PreparedQueryImpl, int, io.vertx.sqlclient.Tuple);
    descriptor: (Lio/vertx/sqlclient/impl/PreparedQueryImpl;ILio/vertx/sqlclient/Tuple;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
        start local 1 // io.vertx.sqlclient.impl.PreparedQueryImpl ps
        start local 2 // int fetch
        start local 3 // io.vertx.sqlclient.Tuple params
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* ps */
            putfield io.vertx.sqlclient.impl.RowStreamImpl.ps:Lio/vertx/sqlclient/impl/PreparedQueryImpl;
         2: .line 47
            aload 0 /* this */
            iload 2 /* fetch */
            putfield io.vertx.sqlclient.impl.RowStreamImpl.fetch:I
         3: .line 48
            aload 0 /* this */
            aload 3 /* params */
            putfield io.vertx.sqlclient.impl.RowStreamImpl.params:Lio/vertx/sqlclient/Tuple;
         4: .line 49
            aload 0 /* this */
            ldc 9223372036854775807
            putfield io.vertx.sqlclient.impl.RowStreamImpl.demand:J
         5: .line 50
            return
        end local 3 // io.vertx.sqlclient.Tuple params
        end local 2 // int fetch
        end local 1 // io.vertx.sqlclient.impl.PreparedQueryImpl ps
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/sqlclient/impl/RowStreamImpl;
            0    6     1      ps  Lio/vertx/sqlclient/impl/PreparedQueryImpl;
            0    6     2   fetch  I
            0    6     3  params  Lio/vertx/sqlclient/Tuple;
    MethodParameters:
        Name  Flags
      ps      
      fetch   
      params  

  public synchronized io.vertx.sqlclient.RowStream<io.vertx.sqlclient.Row> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/sqlclient/RowStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 54
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.sqlclient.impl.RowStreamImpl.exceptionHandler:Lio/vertx/core/Handler;
         1: .line 55
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/sqlclient/impl/RowStreamImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/sqlclient/RowStream<Lio/vertx/sqlclient/Row;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.sqlclient.RowStream<io.vertx.sqlclient.Row> handler(io.vertx.core.Handler<io.vertx.sqlclient.Row>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/sqlclient/RowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 61
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 62
            aload 1 /* handler */
            ifnull 7
         2: .line 63
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
            ifnonnull 6
         3: .line 64
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.sqlclient.impl.RowStreamImpl.rowHandler:Lio/vertx/core/Handler;
         4: .line 65
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.ps:Lio/vertx/sqlclient/impl/PreparedQueryImpl;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.params:Lio/vertx/sqlclient/Tuple;
            invokevirtual io.vertx.sqlclient.impl.PreparedQueryImpl.cursor:(Lio/vertx/sqlclient/Tuple;)Lio/vertx/sqlclient/Cursor;
            dup_x1
            putfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
            astore 2 /* c */
        start local 2 // io.vertx.sqlclient.Cursor c
         5: .line 66
            goto 13
        end local 2 // io.vertx.sqlclient.Cursor c
         6: .line 67
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl io.vertx.core.Handler top io.vertx.sqlclient.impl.RowStreamImpl
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "Handle me gracefully"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
            ifnull 10
         8: .line 71
            aload 0 /* this */
            aconst_null
            putfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
         9: .line 72
            goto 11
        10: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.vertx.sqlclient.impl.RowStreamImpl.rowHandler:Lio/vertx/core/Handler;
        11: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3
            monitorexit
        12: areturn
        start local 2 // io.vertx.sqlclient.Cursor c
        13: .line 61
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl io.vertx.core.Handler io.vertx.sqlclient.Cursor io.vertx.sqlclient.impl.RowStreamImpl
      StackMap stack:
            aload 3
            monitorexit
        14: goto 17
        end local 2 // io.vertx.sqlclient.Cursor c
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl io.vertx.core.Handler top io.vertx.sqlclient.impl.RowStreamImpl
      StackMap stack: java.lang.Throwable
        15: aload 3
            monitorexit
        16: athrow
        start local 2 // io.vertx.sqlclient.Cursor c
        17: .line 78
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl io.vertx.core.Handler io.vertx.sqlclient.Cursor
      StackMap stack:
            aload 2 /* c */
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.fetch:I
            aload 0 /* this */
            invokeinterface io.vertx.sqlclient.Cursor.read:(ILio/vertx/core/Handler;)V
        18: .line 79
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.sqlclient.Cursor c
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lio/vertx/sqlclient/impl/RowStreamImpl;
            0   19     1  handler  Lio/vertx/core/Handler<Lio/vertx/sqlclient/Row;>;
            5    6     2        c  Lio/vertx/sqlclient/Cursor;
           13   15     2        c  Lio/vertx/sqlclient/Cursor;
           17   19     2        c  Lio/vertx/sqlclient/Cursor;
      Exception table:
        from    to  target  type
           1    12      15  any
          13    14      15  any
          15    16      15  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/sqlclient/Row;>;)Lio/vertx/sqlclient/RowStream<Lio/vertx/sqlclient/Row;>;
    MethodParameters:
         Name  Flags
      handler  

  public synchronized io.vertx.sqlclient.RowStream<io.vertx.sqlclient.Row> pause();
    descriptor: ()Lio/vertx/sqlclient/RowStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
         0: .line 84
            aload 0 /* this */
            lconst_0
            putfield io.vertx.sqlclient.impl.RowStreamImpl.demand:J
         1: .line 85
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/sqlclient/impl/RowStreamImpl;
    Signature: ()Lio/vertx/sqlclient/RowStream<Lio/vertx/sqlclient/Row;>;

  public io.vertx.sqlclient.RowStream<io.vertx.sqlclient.Row> fetch(long);
    descriptor: (J)Lio/vertx/sqlclient/RowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
        start local 1 // long amount
         0: .line 89
            lload 1 /* amount */
            lconst_0
            lcmp
            ifge 2
         1: .line 90
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid fetch amount "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* amount */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         3: .line 93
            aload 0 /* this */
            dup
            getfield io.vertx.sqlclient.impl.RowStreamImpl.demand:J
            lload 1 /* amount */
            ladd
            putfield io.vertx.sqlclient.impl.RowStreamImpl.demand:J
         4: .line 94
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.demand:J
            lconst_0
            lcmp
            ifge 6
         5: .line 95
            aload 0 /* this */
            ldc 9223372036854775807
            putfield io.vertx.sqlclient.impl.RowStreamImpl.demand:J
         6: .line 97
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
            ifnonnull 9
         7: .line 98
            aload 0 /* this */
            aload 3
            monitorexit
         8: areturn
         9: .line 92
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        10: goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 3
            monitorexit
        12: athrow
        13: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.checkPending:()V
        14: .line 102
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lio/vertx/sqlclient/impl/RowStreamImpl;
            0   15     1  amount  J
      Exception table:
        from    to  target  type
           3     8      11  any
           9    10      11  any
          11    12      11  any
    Signature: (J)Lio/vertx/sqlclient/RowStream<Lio/vertx/sqlclient/Row;>;
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.sqlclient.RowStream<io.vertx.sqlclient.Row> resume();
    descriptor: ()Lio/vertx/sqlclient/RowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
         0: .line 107
            aload 0 /* this */
            ldc 9223372036854775807
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.fetch:(J)Lio/vertx/sqlclient/RowStream;
            areturn
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/impl/RowStreamImpl;
    Signature: ()Lio/vertx/sqlclient/RowStream<Lio/vertx/sqlclient/Row;>;

  public synchronized io.vertx.sqlclient.RowStream<io.vertx.sqlclient.Row> endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/sqlclient/RowStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 112
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.sqlclient.impl.RowStreamImpl.endHandler:Lio/vertx/core/Handler;
         1: .line 113
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/sqlclient/impl/RowStreamImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/sqlclient/RowStream<Lio/vertx/sqlclient/Row;>;
    MethodParameters:
         Name  Flags
      handler  

  public void handle(io.vertx.core.AsyncResult<io.vertx.sqlclient.RowSet>);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 118
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 11
         1: .line 120
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         2: .line 121
            aload 0 /* this */
            aconst_null
            putfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
         3: .line 122
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.exceptionHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         4: .line 120
            aload 3
            monitorexit
         5: goto 8
        end local 2 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl io.vertx.core.AsyncResult top io.vertx.sqlclient.impl.RowStreamImpl
      StackMap stack: java.lang.Throwable
         6: aload 3
            monitorexit
         7: athrow
        start local 2 // io.vertx.core.Handler handler
         8: .line 124
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl io.vertx.core.AsyncResult io.vertx.core.Handler
      StackMap stack:
            aload 2 /* handler */
            ifnull 13
         9: .line 125
            aload 2 /* handler */
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // io.vertx.core.Handler handler
        10: .line 127
            goto 13
        11: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.sqlclient.RowSet
            invokeinterface io.vertx.sqlclient.RowSet.iterator:()Lio/vertx/sqlclient/RowIterator;
            putfield io.vertx.sqlclient.impl.RowStreamImpl.result:Ljava/util/Iterator;
        12: .line 129
            aload 0 /* this */
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.checkPending:()V
        13: .line 131
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lio/vertx/sqlclient/impl/RowStreamImpl;
            0   14     1       ar  Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet;>;
            4    6     2  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
            8   10     2  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any
    Signature: (Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet;>;)V
    MethodParameters:
      Name  Flags
      ar    

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
         0: .line 135
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/sqlclient/impl/RowStreamImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.close:(Lio/vertx/core/Handler;)V
         1: .line 136
            return
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/sqlclient/impl/RowStreamImpl;

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 141
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 142
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
            dup
            astore 2 /* c */
        start local 2 // io.vertx.sqlclient.Cursor c
         2: ifnonnull 5
         3: .line 143
            aload 3
            monitorexit
         4: return
         5: .line 145
      StackMap locals: io.vertx.sqlclient.Cursor io.vertx.sqlclient.impl.RowStreamImpl
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
         6: .line 141
            aload 3
            monitorexit
         7: goto 10
        end local 2 // io.vertx.sqlclient.Cursor c
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl io.vertx.core.Handler top io.vertx.sqlclient.impl.RowStreamImpl
      StackMap stack: java.lang.Throwable
         8: aload 3
            monitorexit
         9: athrow
        start local 2 // io.vertx.sqlclient.Cursor c
        10: .line 147
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl io.vertx.core.Handler io.vertx.sqlclient.Cursor
      StackMap stack:
            aload 2 /* c */
            aload 1 /* completionHandler */
            invokeinterface io.vertx.sqlclient.Cursor.close:(Lio/vertx/core/Handler;)V
        11: .line 148
            return
        end local 2 // io.vertx.sqlclient.Cursor c
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lio/vertx/sqlclient/impl/RowStreamImpl;
            0   12     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            2    8     2                  c  Lio/vertx/sqlclient/Cursor;
           10   12     2                  c  Lio/vertx/sqlclient/Cursor;
      Exception table:
        from    to  target  type
           1     4       8  any
           5     7       8  any
           8     9       8  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  private void checkPending();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
         0: .line 151
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 152
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.emitting:Z
            ifeq 4
         2: .line 153
            aload 1
            monitorexit
         3: return
         4: .line 155
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.sqlclient.impl.RowStreamImpl.emitting:Z
         5: .line 151
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 1
            monitorenter
        10: .line 159
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.demand:J
            lconst_0
            lcmp
            ifeq 11
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.result:Ljava/util/Iterator;
            ifnonnull 14
        11: .line 160
      StackMap locals: io.vertx.sqlclient.impl.RowStreamImpl
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.vertx.sqlclient.impl.RowStreamImpl.emitting:Z
        12: .line 161
            aload 1
            monitorexit
        13: goto 35
        14: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.result:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 20
        15: .line 166
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.rowHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
        16: .line 167
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.result:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* event */
        start local 3 // java.lang.Object event
        17: .line 168
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.demand:J
            ldc 9223372036854775807
            lcmp
            ifeq 29
        18: .line 169
            aload 0 /* this */
            dup
            getfield io.vertx.sqlclient.impl.RowStreamImpl.demand:J
            lconst_1
            lsub
            putfield io.vertx.sqlclient.impl.RowStreamImpl.demand:J
        19: .line 171
            goto 29
        end local 3 // java.lang.Object event
        end local 2 // io.vertx.core.Handler handler
        20: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.vertx.sqlclient.impl.RowStreamImpl.result:Ljava/util/Iterator;
        21: .line 173
            aload 0 /* this */
            iconst_0
            putfield io.vertx.sqlclient.impl.RowStreamImpl.emitting:Z
        22: .line 174
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
            invokeinterface io.vertx.sqlclient.Cursor.hasMore:()Z
            ifeq 26
        23: .line 175
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.fetch:I
            aload 0 /* this */
            invokeinterface io.vertx.sqlclient.Cursor.read:(ILio/vertx/core/Handler;)V
        24: .line 176
            aload 1
            monitorexit
        25: goto 35
        26: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.vertx.sqlclient.impl.RowStreamImpl.cursor:Lio/vertx/sqlclient/Cursor;
        27: .line 179
            aload 0 /* this */
            getfield io.vertx.sqlclient.impl.RowStreamImpl.endHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
        28: .line 180
            aconst_null
            astore 3 /* event */
        start local 3 // java.lang.Object event
        29: .line 183
      StackMap locals: io.vertx.core.Handler java.lang.Object
      StackMap stack:
            aload 2 /* handler */
            ifnull 31
        30: .line 184
            aload 2 /* handler */
            aload 3 /* event */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 3 // java.lang.Object event
        end local 2 // io.vertx.core.Handler handler
        31: .line 158
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        32: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
        33: aload 1
            monitorexit
        34: athrow
        35: .line 188
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.sqlclient.impl.RowStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lio/vertx/sqlclient/impl/RowStreamImpl;
           16   20     2  handler  Lio/vertx/core/Handler;
           28   31     2  handler  Lio/vertx/core/Handler;
           17   20     3    event  Ljava/lang/Object;
           29   31     3    event  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     3       7  any
           4     6       7  any
           7     8       7  any
          10    13      33  any
          14    25      33  any
          26    32      33  any
          33    34      33  any

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.pause:()Lio/vertx/sqlclient/RowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/sqlclient/RowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/sqlclient/RowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.AsyncResult
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.handle:(Lio/vertx/core/AsyncResult;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.resume:()Lio/vertx/sqlclient/RowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.fetch:(J)Lio/vertx/sqlclient/RowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/sqlclient/RowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.sqlclient.impl.RowStreamImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/sqlclient/RowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 135
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
}
Signature: Ljava/lang/Object;Lio/vertx/sqlclient/RowStream<Lio/vertx/sqlclient/Row;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/sqlclient/RowSet;>;>;
SourceFile: "RowStreamImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles