public class io.vertx.reactivex.ext.sql.SQLRowStream implements io.vertx.reactivex.core.streams.ReadStream<io.vertx.core.json.JsonArray>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.sql.SQLRowStream
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.sql.SQLRowStream> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/sql/SQLRowStream;>;

  private final io.vertx.ext.sql.SQLRowStream delegate;
    descriptor: Lio/vertx/ext/sql/SQLRowStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.reactivex.Observable<io.vertx.core.json.JsonArray> observable;
    descriptor: Lio/reactivex/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/reactivex/Observable<Lio/vertx/core/json/JsonArray;>;

  private io.reactivex.Flowable<io.vertx.core.json.JsonArray> flowable;
    descriptor: Lio/reactivex/Flowable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/reactivex/Flowable<Lio/vertx/core/json/JsonArray;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 74
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/sql/SQLRowStream.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 75
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/sql/SQLRowStream.getDelegate()Lio/vertx/ext/sql/SQLRowStream; (5)
                  (Lio/vertx/reactivex/ext/sql/SQLRowStream;)Ljava/lang/Object;
         2: .line 74
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.sql.SQLRowStream.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 76
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 58
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // java.lang.Object o
         0: .line 63
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 64
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 65
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.sql.SQLRowStream
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.sql.SQLRowStream that
         4: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.sql.SQLRowStream that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/sql/SQLRowStream;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 71
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;

  public void <init>(io.vertx.ext.sql.SQLRowStream);
    descriptor: (Lio/vertx/ext/sql/SQLRowStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // io.vertx.ext.sql.SQLRowStream delegate
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
         2: .line 82
            return
        end local 1 // io.vertx.ext.sql.SQLRowStream delegate
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    3     1  delegate  Lio/vertx/ext/sql/SQLRowStream;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // java.lang.Object delegate
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.sql.SQLRowStream
            putfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
         2: .line 86
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.sql.SQLRowStream getDelegate();
    descriptor: ()Lio/vertx/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 89
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            areturn
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;

  public synchronized io.reactivex.Observable<io.vertx.core.json.JsonArray> toObservable();
    descriptor: ()Lio/reactivex/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 96
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.observable:Lio/reactivex/Observable;
            ifnonnull 2
         1: .line 97
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.reactivex.ext.sql.SQLRowStream.getDelegate:()Lio/vertx/ext/sql/SQLRowStream;
            invokestatic io.vertx.reactivex.ObservableHelper.toObservable:(Lio/vertx/core/streams/ReadStream;)Lio/reactivex/Observable;
            putfield io.vertx.reactivex.ext.sql.SQLRowStream.observable:Lio/reactivex/Observable;
         2: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.observable:Lio/reactivex/Observable;
            areturn
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
    Signature: ()Lio/reactivex/Observable<Lio/vertx/core/json/JsonArray;>;

  public synchronized io.reactivex.Flowable<io.vertx.core.json.JsonArray> toFlowable();
    descriptor: ()Lio/reactivex/Flowable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.flowable:Lio/reactivex/Flowable;
            ifnonnull 2
         1: .line 104
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.reactivex.ext.sql.SQLRowStream.getDelegate:()Lio/vertx/ext/sql/SQLRowStream;
            invokestatic io.vertx.reactivex.FlowableHelper.toFlowable:(Lio/vertx/core/streams/ReadStream;)Lio/reactivex/Flowable;
            putfield io.vertx.reactivex.ext.sql.SQLRowStream.flowable:Lio/reactivex/Flowable;
         2: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.flowable:Lio/reactivex/Flowable;
            areturn
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
    Signature: ()Lio/reactivex/Flowable<Lio/vertx/core/json/JsonArray;>;

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.core.json.JsonArray> fetch(long);
    descriptor: (J)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // long amount
         0: .line 118
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            lload 1 /* amount */
            invokeinterface io.vertx.ext.sql.SQLRowStream.fetch:(J)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 119
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     1  amount  J
    Signature: (J)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.reactivex.core.streams.Pipe<io.vertx.core.json.JsonArray> pipe();
    descriptor: ()Lio/vertx/reactivex/core/streams/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            invokeinterface io.vertx.ext.sql.SQLRowStream.pipe:()Lio/vertx/core/streams/Pipe;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.Pipe.newInstance:(Lio/vertx/core/streams/Pipe;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/Pipe;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.streams.Pipe ret
         1: .line 130
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.streams.Pipe ret
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            1    2     1   ret  Lio/vertx/reactivex/core/streams/Pipe<Lio/vertx/core/json/JsonArray;>;
    Signature: ()Lio/vertx/reactivex/core/streams/Pipe<Lio/vertx/core/json/JsonArray;>;

  public void pipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.core.json.JsonArray>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 144
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            aload 1 /* dst */
            invokeinterface io.vertx.reactivex.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* handler */
            invokeinterface io.vertx.ext.sql.SQLRowStream.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 145
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     1      dst  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/core/json/JsonArray;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/core/json/JsonArray;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public void pipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.core.json.JsonArray>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream dst
         0: .line 157
            aload 0 /* this */
            aload 1 /* dst */
            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/reactivex/ext/sql/SQLRowStream.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.sql.SQLRowStream.pipeTo:(Lio/vertx/reactivex/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 158
            return
        end local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     1   dst  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/core/json/JsonArray;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/core/json/JsonArray;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public io.reactivex.Completable rxPipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.core.json.JsonArray>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream dst
         0: .line 171
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic accept(Lio/vertx/reactivex/ext/sql/SQLRowStream;Lio/vertx/reactivex/core/streams/WriteStream;)Ljava/util/function/Consumer;
              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/reactivex/ext/sql/SQLRowStream.lambda$3(Lio/vertx/reactivex/core/streams/WriteStream;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    1     1   dst  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/core/json/JsonArray;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/core/json/JsonArray;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      dst   

  public io.vertx.reactivex.ext.sql.SQLRowStream exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 177
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.sql.SQLRowStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
            pop
         1: .line 178
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.sql.SQLRowStream handler(io.vertx.core.Handler<io.vertx.core.json.JsonArray>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 182
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.sql.SQLRowStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
            pop
         1: .line 183
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/json/JsonArray;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/json/JsonArray;>;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.sql.SQLRowStream pause();
    descriptor: ()Lio/vertx/reactivex/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 187
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            invokeinterface io.vertx.ext.sql.SQLRowStream.pause:()Lio/vertx/ext/sql/SQLRowStream;
            pop
         1: .line 188
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;

  public io.vertx.reactivex.ext.sql.SQLRowStream resume();
    descriptor: ()Lio/vertx/reactivex/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 192
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            invokeinterface io.vertx.ext.sql.SQLRowStream.resume:()Lio/vertx/ext/sql/SQLRowStream;
            pop
         1: .line 193
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;

  public io.vertx.reactivex.ext.sql.SQLRowStream endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 197
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            aload 1 /* endHandler */
            invokeinterface io.vertx.ext.sql.SQLRowStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
            pop
         1: .line 198
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
    MethodParameters:
            Name  Flags
      endHandler  

  public int column(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // java.lang.String name
         0: .line 207
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            aload 1 /* name */
            invokeinterface io.vertx.ext.sql.SQLRowStream.column:(Ljava/lang/String;)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 208
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  I
    MethodParameters:
      Name  Flags
      name  

  public java.util.List<java.lang.String> columns();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 218
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            invokeinterface io.vertx.ext.sql.SQLRowStream.columns:()Ljava/util/List;
            astore 1 /* ret */
        start local 1 // java.util.List ret
         1: .line 219
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            1    2     1   ret  Ljava/util/List<Ljava/lang/String;>;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public io.vertx.reactivex.ext.sql.SQLRowStream resultSetClosedHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 228
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.sql.SQLRowStream.resultSetClosedHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLRowStream;
            pop
         1: .line 229
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
    MethodParameters:
         Name  Flags
      handler  

  public void moreResults();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 236
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            invokeinterface io.vertx.ext.sql.SQLRowStream.moreResults:()V
         1: .line 237
            return
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 243
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            invokeinterface io.vertx.ext.sql.SQLRowStream.close:()V
         1: .line 244
            return
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;

  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=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 251
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLRowStream.delegate:Lio/vertx/ext/sql/SQLRowStream;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.sql.SQLRowStream.close:(Lio/vertx/core/Handler;)V
         1: .line 252
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
         0: .line 259
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/sql/SQLRowStream;)Ljava/util/function/Consumer;
              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/reactivex/ext/sql/SQLRowStream.lambda$4(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLRowStream;

  public static io.vertx.reactivex.ext.sql.SQLRowStream newInstance(io.vertx.ext.sql.SQLRowStream);
    descriptor: (Lio/vertx/ext/sql/SQLRowStream;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.sql.SQLRowStream arg
         0: .line 265
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.sql.SQLRowStream
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.sql.SQLRowStream.<init>:(Lio/vertx/ext/sql/SQLRowStream;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.sql.SQLRowStream
         2: areturn
        end local 0 // io.vertx.ext.sql.SQLRowStream arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/sql/SQLRowStream;
    MethodParameters:
      Name  Flags
      arg   

  public io.vertx.reactivex.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/reactivex/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.reactivex.ext.sql.SQLRowStream.pause:()Lio/vertx/reactivex/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/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.reactivex.ext.sql.SQLRowStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/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.reactivex.ext.sql.SQLRowStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase getDelegate();
    descriptor: ()Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.ext.sql.SQLRowStream.getDelegate:()Lio/vertx/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream getDelegate();
    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.reactivex.ext.sql.SQLRowStream.getDelegate:()Lio/vertx/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/reactivex/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.reactivex.ext.sql.SQLRowStream.resume:()Lio/vertx/reactivex/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/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.reactivex.ext.sql.SQLRowStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/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.reactivex.ext.sql.SQLRowStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLRowStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 74
            new io.vertx.reactivex.ext.sql.SQLRowStream
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.sql.SQLRowStream
            invokespecial io.vertx.reactivex.ext.sql.SQLRowStream.<init>:(Lio/vertx/ext/sql/SQLRowStream;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(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 157
            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;>;

  private void lambda$3(io.vertx.reactivex.core.streams.WriteStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 172
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.sql.SQLRowStream.pipeTo:(Lio/vertx/reactivex/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 173
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private void lambda$4(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 260
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.sql.SQLRowStream.close:(Lio/vertx/core/Handler;)V
         1: .line 261
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.sql.SQLRowStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/sql/SQLRowStream;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
Signature: Ljava/lang/Object;Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonArray;>;
SourceFile: "SQLRowStream.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/sql/SQLRowStream;)