class io.reactiverse.pgclient.impl.PgRowSetImpl extends io.reactiverse.pgclient.impl.PgResultBase<io.reactiverse.pgclient.PgRowSet, io.reactiverse.pgclient.impl.PgRowSetImpl> implements io.reactiverse.pgclient.PgRowSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.reactiverse.pgclient.impl.PgRowSetImpl
  super_class: io.reactiverse.pgclient.impl.PgResultBase
{
  static java.util.stream.Collector<io.reactiverse.pgclient.Row, io.reactiverse.pgclient.impl.PgRowSetImpl, io.reactiverse.pgclient.PgRowSet> COLLECTOR;
    descriptor: Ljava/util/stream/Collector;
    flags: (0x0008) ACC_STATIC
    Signature: Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;Lio/reactiverse/pgclient/impl/PgRowSetImpl;Lio/reactiverse/pgclient/PgRowSet;>;

  static java.util.function.Function<io.reactiverse.pgclient.PgRowSet, io.reactiverse.pgclient.impl.PgRowSetImpl> FACTORY;
    descriptor: Ljava/util/function/Function;
    flags: (0x0008) ACC_STATIC
    Signature: Ljava/util/function/Function<Lio/reactiverse/pgclient/PgRowSet;Lio/reactiverse/pgclient/impl/PgRowSetImpl;>;

  private io.reactiverse.pgclient.impl.RowImpl head;
    descriptor: Lio/reactiverse/pgclient/impl/RowImpl;
    flags: (0x0002) ACC_PRIVATE

  private io.reactiverse.pgclient.impl.RowImpl tail;
    descriptor: Lio/reactiverse/pgclient/impl/RowImpl;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 30
            invokedynamic get()Ljava/util/function/Supplier;
              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;
                  io/reactiverse/pgclient/impl/PgRowSetImpl.<init>()V (8)
                  ()Lio/reactiverse/pgclient/impl/PgRowSetImpl;
         1: .line 31
            invokedynamic accept()Ljava/util/function/BiConsumer;
              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;)V
                  io/reactiverse/pgclient/impl/PgRowSetImpl.lambda$1(Lio/reactiverse/pgclient/impl/PgRowSetImpl;Lio/reactiverse/pgclient/Row;)V (6)
                  (Lio/reactiverse/pgclient/impl/PgRowSetImpl;Lio/reactiverse/pgclient/Row;)V
         2: .line 39
            invokedynamic apply()Ljava/util/function/BinaryOperator;
              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;)Ljava/lang/Object;
                  io/reactiverse/pgclient/impl/PgRowSetImpl.lambda$2(Lio/reactiverse/pgclient/impl/PgRowSetImpl;Lio/reactiverse/pgclient/impl/PgRowSetImpl;)Lio/reactiverse/pgclient/impl/PgRowSetImpl; (6)
                  (Lio/reactiverse/pgclient/impl/PgRowSetImpl;Lio/reactiverse/pgclient/impl/PgRowSetImpl;)Lio/reactiverse/pgclient/impl/PgRowSetImpl;
         3: .line 40
            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/pgclient/impl/PgRowSetImpl.lambda$3(Lio/reactiverse/pgclient/impl/PgRowSetImpl;)Lio/reactiverse/pgclient/PgRowSet; (6)
                  (Lio/reactiverse/pgclient/impl/PgRowSetImpl;)Lio/reactiverse/pgclient/PgRowSet;
            iconst_0
            anewarray java.util.stream.Collector$Characteristics
         4: .line 29
            invokestatic java.util.stream.Collector.of:(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;Ljava/util/function/Function;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;
            putstatic io.reactiverse.pgclient.impl.PgRowSetImpl.COLLECTOR:Ljava/util/stream/Collector;
         5: .line 43
            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/pgclient/impl/PgRowSetImpl.lambda$4(Lio/reactiverse/pgclient/PgRowSet;)Lio/reactiverse/pgclient/impl/PgRowSetImpl; (6)
                  (Lio/reactiverse/pgclient/PgRowSet;)Lio/reactiverse/pgclient/impl/PgRowSetImpl;
            putstatic io.reactiverse.pgclient.impl.PgRowSetImpl.FACTORY:Ljava/util/function/Function;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl this
         0: .line 27
            aload 0 /* this */
            invokespecial io.reactiverse.pgclient.impl.PgResultBase.<init>:()V
            return
        end local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgRowSetImpl;

  public io.reactiverse.pgclient.PgRowSet value();
    descriptor: ()Lio/reactiverse/pgclient/PgRowSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl this
         0: .line 50
            aload 0 /* this */
            areturn
        end local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgRowSetImpl;

  public io.reactiverse.pgclient.PgIterator iterator();
    descriptor: ()Lio/reactiverse/pgclient/PgIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl this
         0: .line 55
            new io.reactiverse.pgclient.impl.PgRowSetImpl$1
            dup
            aload 0 /* this */
            invokespecial io.reactiverse.pgclient.impl.PgRowSetImpl$1.<init>:(Lio/reactiverse/pgclient/impl/PgRowSetImpl;)V
            areturn
        end local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/pgclient/impl/PgRowSetImpl;

  public io.reactiverse.pgclient.PgRowSet next();
    descriptor: ()Lio/reactiverse/pgclient/PgRowSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactiverse.pgclient.impl.PgRowSetImpl.next:()Lio/reactiverse/pgclient/impl/PgResultBase;
            checkcast io.reactiverse.pgclient.PgRowSet
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactiverse.pgclient.impl.PgRowSetImpl.iterator:()Lio/reactiverse/pgclient/PgIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object value();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactiverse.pgclient.impl.PgRowSetImpl.value:()Lio/reactiverse/pgclient/PgRowSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$1(io.reactiverse.pgclient.impl.PgRowSetImpl, io.reactiverse.pgclient.Row);
    descriptor: (Lio/reactiverse/pgclient/impl/PgRowSetImpl;Lio/reactiverse/pgclient/Row;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl set
        start local 1 // io.reactiverse.pgclient.Row row
         0: .line 32
            aload 0 /* set */
            getfield io.reactiverse.pgclient.impl.PgRowSetImpl.head:Lio/reactiverse/pgclient/impl/RowImpl;
            ifnonnull 3
         1: .line 33
            aload 0 /* set */
            aload 0 /* set */
            aload 1 /* row */
            checkcast io.reactiverse.pgclient.impl.RowImpl
            dup_x1
            putfield io.reactiverse.pgclient.impl.PgRowSetImpl.tail:Lio/reactiverse/pgclient/impl/RowImpl;
            putfield io.reactiverse.pgclient.impl.PgRowSetImpl.head:Lio/reactiverse/pgclient/impl/RowImpl;
         2: .line 34
            goto 5
         3: .line 35
      StackMap locals:
      StackMap stack:
            aload 0 /* set */
            getfield io.reactiverse.pgclient.impl.PgRowSetImpl.tail:Lio/reactiverse/pgclient/impl/RowImpl;
            aload 1 /* row */
            checkcast io.reactiverse.pgclient.impl.RowImpl
            putfield io.reactiverse.pgclient.impl.RowImpl.next:Lio/reactiverse/pgclient/impl/RowImpl;
         4: .line 36
            aload 0 /* set */
            aload 0 /* set */
            getfield io.reactiverse.pgclient.impl.PgRowSetImpl.tail:Lio/reactiverse/pgclient/impl/RowImpl;
            getfield io.reactiverse.pgclient.impl.RowImpl.next:Lio/reactiverse/pgclient/impl/RowImpl;
            putfield io.reactiverse.pgclient.impl.PgRowSetImpl.tail:Lio/reactiverse/pgclient/impl/RowImpl;
         5: .line 38
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactiverse.pgclient.Row row
        end local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl set
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   set  Lio/reactiverse/pgclient/impl/PgRowSetImpl;
            0    6     1   row  Lio/reactiverse/pgclient/Row;

  private static io.reactiverse.pgclient.impl.PgRowSetImpl lambda$2(io.reactiverse.pgclient.impl.PgRowSetImpl, io.reactiverse.pgclient.impl.PgRowSetImpl);
    descriptor: (Lio/reactiverse/pgclient/impl/PgRowSetImpl;Lio/reactiverse/pgclient/impl/PgRowSetImpl;)Lio/reactiverse/pgclient/impl/PgRowSetImpl;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl set1
        start local 1 // io.reactiverse.pgclient.impl.PgRowSetImpl set2
         0: .line 39
            aconst_null
            areturn
        end local 1 // io.reactiverse.pgclient.impl.PgRowSetImpl set2
        end local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl set1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  set1  Lio/reactiverse/pgclient/impl/PgRowSetImpl;
            0    1     1  set2  Lio/reactiverse/pgclient/impl/PgRowSetImpl;

  private static io.reactiverse.pgclient.PgRowSet lambda$3(io.reactiverse.pgclient.impl.PgRowSetImpl);
    descriptor: (Lio/reactiverse/pgclient/impl/PgRowSetImpl;)Lio/reactiverse/pgclient/PgRowSet;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl set
         0: .line 40
            aload 0 /* set */
            areturn
        end local 0 // io.reactiverse.pgclient.impl.PgRowSetImpl set
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   set  Lio/reactiverse/pgclient/impl/PgRowSetImpl;

  private static io.reactiverse.pgclient.impl.PgRowSetImpl lambda$4(io.reactiverse.pgclient.PgRowSet);
    descriptor: (Lio/reactiverse/pgclient/PgRowSet;)Lio/reactiverse/pgclient/impl/PgRowSetImpl;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.PgRowSet rs
         0: .line 43
            aload 0 /* rs */
            checkcast io.reactiverse.pgclient.impl.PgRowSetImpl
            areturn
        end local 0 // io.reactiverse.pgclient.PgRowSet rs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    rs  Lio/reactiverse/pgclient/PgRowSet;
}
Signature: Lio/reactiverse/pgclient/impl/PgResultBase<Lio/reactiverse/pgclient/PgRowSet;Lio/reactiverse/pgclient/impl/PgRowSetImpl;>;Lio/reactiverse/pgclient/PgRowSet;
SourceFile: "PgRowSetImpl.java"
NestMembers:
  io.reactiverse.pgclient.impl.PgRowSetImpl$1
InnerClasses:
  io.reactiverse.pgclient.impl.PgRowSetImpl$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Characteristics = java.util.stream.Collector$Characteristics of java.util.stream.Collector