public class io.reactiverse.rxjava.pgclient.PgCursor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.reactiverse.rxjava.pgclient.PgCursor
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.reactiverse.rxjava.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/rxjava/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 53
            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/rxjava/pgclient/PgCursor.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 54
            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/rxjava/pgclient/PgCursor.getDelegate()Lio/reactiverse/pgclient/PgCursor; (5)
                  (Lio/reactiverse/rxjava/pgclient/PgCursor;)Ljava/lang/Object;
         2: .line 53
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.reactiverse.rxjava.pgclient.PgCursor.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 55
            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.rxjava.pgclient.PgCursor this
         0: .line 37
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/rxjava/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.rxjava.pgclient.PgCursor this
        start local 1 // java.lang.Object o
         0: .line 42
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 43
      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 44
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.reactiverse.rxjava.pgclient.PgCursor
            astore 2 /* that */
        start local 2 // io.reactiverse.rxjava.pgclient.PgCursor that
         4: .line 45
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            aload 2 /* that */
            getfield io.reactiverse.rxjava.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.reactiverse.rxjava.pgclient.PgCursor that
        end local 1 // java.lang.Object o
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactiverse/rxjava/pgclient/PgCursor;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/reactiverse/rxjava/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.rxjava.pgclient.PgCursor this
         0: .line 50
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/rxjava/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.rxjava.pgclient.PgCursor this
        start local 1 // io.reactiverse.pgclient.PgCursor delegate
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.reactiverse.rxjava.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
         2: .line 61
            return
        end local 1 // io.reactiverse.pgclient.PgCursor delegate
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactiverse/rxjava/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.rxjava.pgclient.PgCursor this
         0: .line 64
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            areturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/rxjava/pgclient/PgCursor;

  public void read(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.rxjava.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.rxjava.pgclient.PgCursor this
        start local 1 // int count
        start local 2 // io.vertx.core.Handler handler
         0: .line 73
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            iload 1 /* count */
            new io.reactiverse.rxjava.pgclient.PgCursor$1
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.reactiverse.rxjava.pgclient.PgCursor$1.<init>:(Lio/reactiverse/rxjava/pgclient/PgCursor;Lio/vertx/core/Handler;)V
            invokeinterface io.reactiverse.pgclient.PgCursor.read:(ILio/vertx/core/Handler;)V
         1: .line 82
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // int count
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/rxjava/pgclient/PgCursor;
            0    2     1    count  I
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/rxjava/pgclient/PgRowSet;>;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/rxjava/pgclient/PgRowSet;>;>;)V
    MethodParameters:
         Name  Flags
      count    
      handler  

  public rx.Single<io.reactiverse.rxjava.pgclient.PgRowSet> rxRead(int);
    descriptor: (I)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
        start local 1 // int count
         0: .line 90
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            iload 1 /* count */
            invokedynamic accept(Lio/reactiverse/rxjava/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/rxjava/pgclient/PgCursor.lambda$2(ILio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // int count
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/reactiverse/rxjava/pgclient/PgCursor;
            0    1     1  count  I
    Signature: (I)Lrx/Single<Lio/reactiverse/rxjava/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.rxjava.pgclient.PgCursor this
         0: .line 101
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            invokeinterface io.reactiverse.pgclient.PgCursor.hasMore:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 102
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/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.rxjava.pgclient.PgCursor this
         0: .line 111
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            invokeinterface io.reactiverse.pgclient.PgCursor.close:()V
         1: .line 112
            return
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/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.rxjava.pgclient.PgCursor this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 119
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgCursor.delegate:Lio/reactiverse/pgclient/PgCursor;
            aload 1 /* completionHandler */
            invokeinterface io.reactiverse.pgclient.PgCursor.close:(Lio/vertx/core/Handler;)V
         1: .line 120
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/reactiverse/rxjava/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 rx.Single<java.lang.Void> rxClose();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
         0: .line 127
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/reactiverse/rxjava/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/rxjava/pgclient/PgCursor.lambda$3(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/rxjava/pgclient/PgCursor;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public static io.reactiverse.rxjava.pgclient.PgCursor newInstance(io.reactiverse.pgclient.PgCursor);
    descriptor: (Lio/reactiverse/pgclient/PgCursor;)Lio/reactiverse/rxjava/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 134
            aload 0 /* arg */
            ifnull 1
            new io.reactiverse.rxjava.pgclient.PgCursor
            dup
            aload 0 /* arg */
            invokespecial io.reactiverse.rxjava.pgclient.PgCursor.<init>:(Lio/reactiverse/pgclient/PgCursor;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.reactiverse.rxjava.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 53
            new io.reactiverse.rxjava.pgclient.PgCursor
            dup
            aload 0 /* obj */
            checkcast io.reactiverse.pgclient.PgCursor
            invokespecial io.reactiverse.rxjava.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.rxjava.pgclient.PgCursor this
        start local 2 // io.vertx.core.Handler fut
         0: .line 91
            aload 0 /* this */
            iload 1
            aload 2 /* fut */
            invokevirtual io.reactiverse.rxjava.pgclient.PgCursor.read:(ILio/vertx/core/Handler;)V
         1: .line 92
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/pgclient/PgCursor;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/rxjava/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.rxjava.pgclient.PgCursor this
        start local 1 // io.vertx.core.Handler fut
         0: .line 128
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.reactiverse.rxjava.pgclient.PgCursor.close:(Lio/vertx/core/Handler;)V
         1: .line 129
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.reactiverse.rxjava.pgclient.PgCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/pgclient/PgCursor;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
SourceFile: "PgCursor.java"
NestMembers:
  io.reactiverse.rxjava.pgclient.PgCursor$1
InnerClasses:
  io.reactiverse.rxjava.pgclient.PgCursor$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/reactiverse/pgclient/PgCursor;)