class io.vertx.rxjava.sqlclient.RowStream$1 implements io.vertx.core.Handler<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.rxjava.sqlclient.RowStream$1
  super_class: java.lang.Object
{
  final io.vertx.rxjava.sqlclient.RowStream this$0;
    descriptor: Lio/vertx/rxjava/sqlclient/RowStream;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.Handler val$handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.rxjava.sqlclient.RowStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/sqlclient/RowStream;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.sqlclient.RowStream$1 this
         0: .line 150
            aload 0 /* this */
            aload 1
            putfield io.vertx.rxjava.sqlclient.RowStream$1.this$0:Lio/vertx/rxjava/sqlclient/RowStream;
            aload 0 /* this */
            aload 2
            putfield io.vertx.rxjava.sqlclient.RowStream$1.val$handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.rxjava.sqlclient.RowStream$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/sqlclient/RowStream$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$handler  final

  public void handle();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.sqlclient.RowStream$1 this
        start local 1 // java.lang.Object event
         0: .line 152
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.RowStream$1.val$handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.rxjava.sqlclient.RowStream$1.this$0:Lio/vertx/rxjava/sqlclient/RowStream;
            getfield io.vertx.rxjava.sqlclient.RowStream.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            aload 1 /* event */
            invokevirtual io.vertx.lang.rx.TypeArg.wrap:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 153
            return
        end local 1 // java.lang.Object event
        end local 0 // io.vertx.rxjava.sqlclient.RowStream$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/sqlclient/RowStream$1;
            0    2     1  event  TT;
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      event  
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<TT;>;
SourceFile: "RowStream.java"
EnclosingMethod: io.vertx.rxjava.sqlclient.RowStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/sqlclient/RowStream;
NestHost: io.vertx.rxjava.sqlclient.RowStream
InnerClasses:
  io.vertx.rxjava.sqlclient.RowStream$1