public class io.reactiverse.reactivex.pgclient.PgCursor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.reactiverse.reactivex.pgclient.PgCursor
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.reactiverse.reactivex.pgclient.PgCursor> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/reactiverse/reactivex/pgclient/PgCursor;>;

  private final io.reactiverse.pgclient.PgCursor delegate;
    descriptor: Lio/reactiverse/pgclient/PgCursor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 56
            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/reactiverse/reactivex/pgclient/PgCursor.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 57
            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/reactiverse/reactivex/pgclient/PgCursor.getDelegate()Lio/reactiverse/pgclient/PgCursor; (5)
                  (Lio/reactiverse/reactivex/pgclient/PgCursor;)Ljava/lang/Object;
         2: .line 56
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.reactiverse.reactivex.pgclient.PgCursor.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 58
            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.reactiverse.reactivex.pgclient.PgCursor this
         0: .line 40
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgCursor;

  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.reactiverse.reactivex.pgclient.PgCursor this
        start local 1 // java.lang.Object o
         0: .line 45
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 46
      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 47
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.reactiverse.reactivex.pgclient.PgCursor
            astore 2 /* that */
        start local 2 // io.reactiverse.reactivex.pgclient.PgCursor that
         4: .line 48
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            aload 2 /* that */
            getfield io.reactiverse.reactivex.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.reactiverse.reactivex.pgclient.PgCursor that
        end local 1 // java.lang.Object o
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactiverse/reactivex/pgclient/PgCursor;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/reactiverse/reactivex/pgclient/PgCursor;
    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.reactiverse.reactivex.pgclient.PgCursor this
         0: .line 53
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgCursor;

  public void <init>(io.reactiverse.pgclient.PgCursor);
    descriptor: (Lio/reactiverse/pgclient/PgCursor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
        start local 1 // io.reactiverse.pgclient.PgCursor delegate
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.reactiverse.reactivex.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
         2: .line 64
            return
        end local 1 // io.reactiverse.pgclient.PgCursor delegate
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactiverse/reactivex/pgclient/PgCursor;
            0    3     1  delegate  Lio/reactiverse/pgclient/PgCursor;
    MethodParameters:
          Name  Flags
      delegate  

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

  public void read(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.reactivex.pgclient.PgRowSet>>);
    descriptor: (ILio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
        start local 1 // int count
        start local 2 // io.vertx.core.Handler handler
         0: .line 76
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            iload 1 /* count */
            new io.reactiverse.reactivex.pgclient.PgCursor$1
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.reactiverse.reactivex.pgclient.PgCursor$1.<init>:(Lio/reactiverse/reactivex/pgclient/PgCursor;Lio/vertx/core/Handler;)V
            invokeinterface io.reactiverse.pgclient.PgCursor.read:(ILio/vertx/core/Handler;)V
         1: .line 85
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // int count
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgCursor;
            0    2     1    count  I
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;)V
    MethodParameters:
         Name  Flags
      count    
      handler  

  public io.reactivex.Single<io.reactiverse.reactivex.pgclient.PgRowSet> rxRead(int);
    descriptor: (I)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
        start local 1 // int count
         0: .line 93
            aload 0 /* this */
            iload 1 /* count */
            invokedynamic accept(Lio/reactiverse/reactivex/pgclient/PgCursor;I)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/reactiverse/reactivex/pgclient/PgCursor.lambda$2(ILio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // int count
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/reactiverse/reactivex/pgclient/PgCursor;
            0    1     1  count  I
    Signature: (I)Lio/reactivex/Single<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;
    MethodParameters:
       Name  Flags
      count  

  public boolean hasMore();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
         0: .line 104
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            invokeinterface io.reactiverse.pgclient.PgCursor.hasMore:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 105
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/PgCursor;
            1    2     1   ret  Z

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
         0: .line 114
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            invokeinterface io.reactiverse.pgclient.PgCursor.close:()V
         1: .line 115
            return
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/PgCursor;

  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.reactiverse.reactivex.pgclient.PgCursor this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 122
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            aload 1 /* completionHandler */
            invokeinterface io.reactiverse.pgclient.PgCursor.close:(Lio/vertx/core/Handler;)V
         1: .line 123
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/reactiverse/reactivex/pgclient/PgCursor;
            0    2     1  completionHandler  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
      completionHandler  

  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.reactiverse.reactivex.pgclient.PgCursor this
         0: .line 130
            aload 0 /* this */
            invokedynamic accept(Lio/reactiverse/reactivex/pgclient/PgCursor;)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/reactiverse/reactivex/pgclient/PgCursor.lambda$3(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.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgCursor;

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

  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 56
            new io.reactiverse.reactivex.pgclient.PgCursor
            dup
            aload 0 /* obj */
            checkcast io.reactiverse.pgclient.PgCursor
            invokespecial io.reactiverse.reactivex.pgclient.PgCursor.<init>:(Lio/reactiverse/pgclient/PgCursor;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private void lambda$2(int, io.vertx.core.Handler);
    descriptor: (ILio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
        start local 2 // io.vertx.core.Handler handler
         0: .line 94
            aload 0 /* this */
            iload 1
            aload 2 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.PgCursor.read:(ILio/vertx/core/Handler;)V
         1: .line 95
            return
        end local 2 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgCursor;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/reactivex/pgclient/PgRowSet;>;>;

  private void lambda$3(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.reactiverse.reactivex.pgclient.PgCursor this
        start local 1 // io.vertx.core.Handler handler
         0: .line 131
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.PgCursor.close:(Lio/vertx/core/Handler;)V
         1: .line 132
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgCursor;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
SourceFile: "PgCursor.java"
NestMembers:
  io.reactiverse.reactivex.pgclient.PgCursor$1
InnerClasses:
  io.reactiverse.reactivex.pgclient.PgCursor$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/reactiverse/pgclient/PgCursor;)