public interface org.jooq.Result<R extends org.jooq.Record> extends java.util.List<R>, org.jooq.Attachable, org.jooq.Formattable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.Result
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jetbrains cannot be resolved\n\tThe import org.jetbrains cannot be resolved\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.jooq.RecordType<R> recordType();
    descriptor: ()Lorg/jooq/RecordType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/RecordType<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Row fieldsRow();
    descriptor: ()Lorg/jooq/Row;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract <T> org.jooq.Field<T> field(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      field  

  public abstract org.jooq.Field<?> field(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
      Name  Flags
      name  

  public abstract <T> org.jooq.Field<T> field(java.lang.String, java.lang.Class<T>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
      Name  Flags
      name  
      type  

  public abstract <T> org.jooq.Field<T> field(java.lang.String, org.jooq.DataType<T>);
    descriptor: (Ljava/lang/String;Lorg/jooq/DataType;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/DataType<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
          Name  Flags
      name      
      dataType  

  public abstract org.jooq.Field<?> field(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Name;)Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
      Name  Flags
      name  

  public abstract <T> org.jooq.Field<T> field(org.jooq.Name, java.lang.Class<T>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
      Name  Flags
      name  
      type  

  public abstract <T> org.jooq.Field<T> field(org.jooq.Name, org.jooq.DataType<T>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/DataType;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/DataType<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
          Name  Flags
      name      
      dataType  

  public abstract org.jooq.Field<?> field(int);
    descriptor: (I)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      index  

  public abstract <T> org.jooq.Field<T> field(int, java.lang.Class<T>);
    descriptor: (ILjava/lang/Class;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(ILjava/lang/Class<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      index  
      type   

  public abstract <T> org.jooq.Field<T> field(int, org.jooq.DataType<T>);
    descriptor: (ILorg/jooq/DataType;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(ILorg/jooq/DataType<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
          Name  Flags
      index     
      dataType  

  public abstract org.jooq.Field<?>[] fields();
    descriptor: ()[Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()[Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()

  public abstract org.jooq.Field<?>[] fields(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)[Lorg/jooq/Field;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Field<*>;)[Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
        Name  Flags
      fields  

  public abstract org.jooq.Field<?>[] fields(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)[Lorg/jooq/Field;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljava/lang/String;)[Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
            Name  Flags
      fieldNames  

  public abstract org.jooq.Field<?>[] fields(org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;)[Lorg/jooq/Field;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Name;)[Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
            Name  Flags
      fieldNames  

  public abstract org.jooq.Field<?>[] fields(int[]);
    descriptor: ([I)[Lorg/jooq/Field;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([I)[Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
              Name  Flags
      fieldIndexes  

  public abstract int indexOf(org.jooq.Field<?>);
    descriptor: (Lorg/jooq/Field;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<*>;)I
    MethodParameters:
       Name  Flags
      field  

  public abstract int indexOf(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract int indexOf(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <T> T getValue(int, org.jooq.Field<T>);
    descriptor: (ILorg/jooq/Field;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.lang.IllegalArgumentException
    Signature: <T:Ljava/lang/Object;>(ILorg/jooq/Field<TT;>;)TT;
    MethodParameters:
       Name  Flags
      index  
      field  

  public abstract <T> T getValue(int, org.jooq.Field<T>, );
    descriptor: (ILorg/jooq/Field;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.lang.IllegalArgumentException
    Signature: <T:Ljava/lang/Object;>(ILorg/jooq/Field<TT;>;TT;)TT;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      index         
      field         
      defaultValue  

  public abstract java.lang.Object getValue(int, int);
    descriptor: (II)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.lang.IllegalArgumentException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      index       
      fieldIndex  

  public abstract java.lang.Object getValue(int, int, java.lang.Object);
    descriptor: (IILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.lang.IllegalArgumentException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
              Name  Flags
      index         
      fieldIndex    
      defaultValue  

  public abstract java.lang.Object getValue(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.lang.IllegalArgumentException
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      index      
      fieldName  

  public abstract java.lang.Object getValue(int, java.lang.String, java.lang.Object);
    descriptor: (ILjava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.lang.IllegalArgumentException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
              Name  Flags
      index         
      fieldName     
      defaultValue  

  public abstract <T> java.util.List<T> getValues(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)Ljava/util/List<TT;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  

  public abstract <U> java.util.List<U> getValues(org.jooq.Field<?>, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Field<*>;Ljava/lang/Class<+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  
      type   

  public abstract <T, U> java.util.List<U> getValues(org.jooq.Field<T>, org.jooq.Converter<? super T, ? extends U>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Converter;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Lorg/jooq/Converter<-TT;+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      field      
      converter  

  public abstract java.util.List<?> getValues(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (I)Ljava/util/List<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <U> java.util.List<U> getValues(int, java.lang.Class<? extends U>);
    descriptor: (ILjava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(ILjava/lang/Class<+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <U> java.util.List<U> getValues(int, org.jooq.Converter<?, ? extends U>);
    descriptor: (ILorg/jooq/Converter;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(ILorg/jooq/Converter<*+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      converter   

  public abstract java.util.List<?> getValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/lang/String;)Ljava/util/List<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> java.util.List<U> getValues(java.lang.String, java.lang.Class<? extends U>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> java.util.List<U> getValues(java.lang.String, org.jooq.Converter<?, ? extends U>);
    descriptor: (Ljava/lang/String;Lorg/jooq/Converter;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/Converter<*+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.util.List<?> getValues(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Lorg/jooq/Name;)Ljava/util/List<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> java.util.List<U> getValues(org.jooq.Name, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> java.util.List<U> getValues(org.jooq.Name, org.jooq.Converter<?, ? extends U>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Converter;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/Converter<*+TU;>;)Ljava/util/List<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract boolean isEmpty();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isNotEmpty();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<java.util.Map<java.lang.String, java.lang.Object>> intoMaps();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract <K> java.util.Map<K, R> intoMap(org.jooq.Field<K>);
    descriptor: (Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: <K:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;)Ljava/util/Map<TK;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   

  public abstract java.util.Map<?, R> intoMap(int);
    descriptor: (I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: (I)Ljava/util/Map<*TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  

  public abstract java.util.Map<?, R> intoMap(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: (Ljava/lang/String;)Ljava/util/Map<*TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  

  public abstract java.util.Map<?, R> intoMap(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: (Lorg/jooq/Name;)Ljava/util/Map<*TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  

  public abstract <K, V> java.util.Map<K, V> intoMap(org.jooq.Field<K>, org.jooq.Field<V>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Lorg/jooq/Field<TV;>;)Ljava/util/Map<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract java.util.Map<?, ?> intoMap(int, int);
    descriptor: (II)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: (II)Ljava/util/Map<**>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndex    
      valueFieldIndex  

  public abstract java.util.Map<?, ?> intoMap(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map<**>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                Name  Flags
      keyFieldName    
      valueFieldName  

  public abstract java.util.Map<?, ?> intoMap(org.jooq.Name, org.jooq.Name);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: (Lorg/jooq/Name;Lorg/jooq/Name;)Ljava/util/Map<**>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                Name  Flags
      keyFieldName    
      valueFieldName  

  public abstract <K, E> java.util.Map<K, E> intoMap(org.jooq.Field<K>, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;E:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<TK;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   
      type  

  public abstract <E> java.util.Map<?, E> intoMap(int, java.lang.Class<? extends E>);
    descriptor: (ILjava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(ILjava/lang/Class<+TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  
      type           

  public abstract <E> java.util.Map<?, E> intoMap(java.lang.String, java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      type          

  public abstract <E> java.util.Map<?, E> intoMap(org.jooq.Name, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      type          

  public abstract <K, E> java.util.Map<K, E> intoMap(org.jooq.Field<K>, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;E:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<TK;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      key     
      mapper  

  public abstract <E> java.util.Map<?, E> intoMap(int, org.jooq.RecordMapper<? super R, E>);
    descriptor: (ILorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(ILorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  
      mapper         

  public abstract <E> java.util.Map<?, E> intoMap(java.lang.String, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Ljava/lang/String;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      mapper        

  public abstract <E> java.util.Map<?, E> intoMap(org.jooq.Name, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      mapper        

  public abstract java.util.Map<org.jooq.Record, R> intoMap(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: ([Lorg/jooq/Field<*>;)Ljava/util/Map<Lorg/jooq/Record;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      keys  

  public abstract java.util.Map<org.jooq.Record, R> intoMap(int[]);
    descriptor: ([I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: ([I)Ljava/util/Map<Lorg/jooq/Record;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  

  public abstract java.util.Map<org.jooq.Record, R> intoMap(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: ([Ljava/lang/String;)Ljava/util/Map<Lorg/jooq/Record;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  

  public abstract java.util.Map<org.jooq.Record, R> intoMap(org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: ([Lorg/jooq/Name;)Ljava/util/Map<Lorg/jooq/Record;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Record> intoMap(org.jooq.Field<?>[], org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;[Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: ([Lorg/jooq/Field<*>;[Lorg/jooq/Field<*>;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      keys    
      values  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Record> intoMap(int[], int[]);
    descriptor: ([I[I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: ([I[I)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                   Name  Flags
      keyFieldIndexes    
      valueFieldIndexes  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Record> intoMap(java.lang.String[], java.lang.String[]);
    descriptor: ([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: ([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldNames    
      valueFieldNames  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Record> intoMap(org.jooq.Name[], org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;[Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: ([Lorg/jooq/Name;[Lorg/jooq/Name;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldNames    
      valueFieldNames  

  public abstract <E> java.util.Map<java.util.List<?>, E> intoMap(org.jooq.Field<?>[], java.lang.Class<? extends E>);
    descriptor: ([Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Field<*>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      keys  
      type  

  public abstract <E> java.util.Map<java.util.List<?>, E> intoMap(int[], java.lang.Class<? extends E>);
    descriptor: ([ILjava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([ILjava/lang/Class<+TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  
      type             

  public abstract <E> java.util.Map<java.util.List<?>, E> intoMap(java.lang.String[], java.lang.Class<? extends E>);
    descriptor: ([Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/String;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      type           

  public abstract <E> java.util.Map<java.util.List<?>, E> intoMap(org.jooq.Name[], java.lang.Class<? extends E>);
    descriptor: ([Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Name;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      type           

  public abstract <E> java.util.Map<java.util.List<?>, E> intoMap(org.jooq.Field<?>[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Lorg/jooq/Field;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Field<*>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      keys    
      mapper  

  public abstract <E> java.util.Map<java.util.List<?>, E> intoMap(int[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([ILorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([ILorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  
      mapper           

  public abstract <E> java.util.Map<java.util.List<?>, E> intoMap(java.lang.String[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Ljava/lang/String;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/String;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      mapper         

  public abstract <E> java.util.Map<java.util.List<?>, E> intoMap(org.jooq.Name[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Lorg/jooq/Name;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Name;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Ljava/util/List<*>;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      mapper         

  public abstract <K> java.util.Map<K, R> intoMap(java.lang.Class<? extends K>);
    descriptor: (Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException, org.jooq.exception.InvalidResultException
    Signature: <K:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;)Ljava/util/Map<TK;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      keyType  

  public abstract <K, V> java.util.Map<K, V> intoMap(java.lang.Class<? extends K>, java.lang.Class<? extends V>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException, org.jooq.exception.InvalidResultException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;Ljava/lang/Class<+TV;>;)Ljava/util/Map<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyType    
      valueType  

  public abstract <K, V> java.util.Map<K, V> intoMap(java.lang.Class<? extends K>, org.jooq.RecordMapper<? super R, V>);
    descriptor: (Ljava/lang/Class;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;Lorg/jooq/RecordMapper<-TR;TV;>;)Ljava/util/Map<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      keyType      
      valueMapper  

  public abstract <K> java.util.Map<K, R> intoMap(org.jooq.RecordMapper<? super R, K>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;)Ljava/util/Map<TK;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyMapper  

  public abstract <K, V> java.util.Map<K, V> intoMap(org.jooq.RecordMapper<? super R, K>, java.lang.Class<V>);
    descriptor: (Lorg/jooq/RecordMapper;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;Ljava/lang/Class<TV;>;)Ljava/util/Map<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyMapper  
      valueType  

  public abstract <K, V> java.util.Map<K, V> intoMap(org.jooq.RecordMapper<? super R, K>, org.jooq.RecordMapper<? super R, V>);
    descriptor: (Lorg/jooq/RecordMapper;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;Lorg/jooq/RecordMapper<-TR;TV;>;)Ljava/util/Map<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      keyMapper    
      valueMapper  

  public abstract <S extends org.jooq.Record> java.util.Map<S, R> intoMap(org.jooq.Table<S>);
    descriptor: (Lorg/jooq/Table;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: <S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;)Ljava/util/Map<TS;TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  

  public abstract <S extends org.jooq.Record, T extends org.jooq.Record> java.util.Map<S, T> intoMap(org.jooq.Table<S>, org.jooq.Table<T>);
    descriptor: (Lorg/jooq/Table;Lorg/jooq/Table;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException
    Signature: <S::Lorg/jooq/Record;T::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Lorg/jooq/Table<TT;>;)Ljava/util/Map<TS;TT;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      keyTable    
      valueTable  

  public abstract <E, S extends org.jooq.Record> java.util.Map<S, E> intoMap(org.jooq.Table<S>, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Table;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<TS;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  
      type   

  public abstract <E, S extends org.jooq.Record> java.util.Map<S, E> intoMap(org.jooq.Table<S>, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Table;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.InvalidResultException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<TS;TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      table   
      mapper  

  public abstract <K> java.util.Map<K, org.jooq.Result<R>> intoGroups(org.jooq.Field<K>);
    descriptor: (Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <K:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;)Ljava/util/Map<TK;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   

  public abstract java.util.Map<?, org.jooq.Result<R>> intoGroups(int);
    descriptor: (I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (I)Ljava/util/Map<*Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  

  public abstract java.util.Map<?, org.jooq.Result<R>> intoGroups(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/lang/String;)Ljava/util/Map<*Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  

  public abstract java.util.Map<?, org.jooq.Result<R>> intoGroups(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Lorg/jooq/Name;)Ljava/util/Map<*Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  

  public abstract <K, V> java.util.Map<K, java.util.List<V>> intoGroups(org.jooq.Field<K>, org.jooq.Field<V>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Lorg/jooq/Field<TV;>;)Ljava/util/Map<TK;Ljava/util/List<TV;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract java.util.Map<?, java.util.List<?>> intoGroups(int, int);
    descriptor: (II)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (II)Ljava/util/Map<*Ljava/util/List<*>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndex    
      valueFieldIndex  

  public abstract java.util.Map<?, java.util.List<?>> intoGroups(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map<*Ljava/util/List<*>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                Name  Flags
      keyFieldName    
      valueFieldName  

  public abstract java.util.Map<?, java.util.List<?>> intoGroups(org.jooq.Name, org.jooq.Name);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Lorg/jooq/Name;Lorg/jooq/Name;)Ljava/util/Map<*Ljava/util/List<*>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                Name  Flags
      keyFieldName    
      valueFieldName  

  public abstract <K, E> java.util.Map<K, java.util.List<E>> intoGroups(org.jooq.Field<K>, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;E:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<TK;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   
      type  

  public abstract <E> java.util.Map<?, java.util.List<E>> intoGroups(int, java.lang.Class<? extends E>);
    descriptor: (ILjava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(ILjava/lang/Class<+TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  
      type           

  public abstract <E> java.util.Map<?, java.util.List<E>> intoGroups(java.lang.String, java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      type          

  public abstract <E> java.util.Map<?, java.util.List<E>> intoGroups(org.jooq.Name, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      type          

  public abstract <K, E> java.util.Map<K, java.util.List<E>> intoGroups(org.jooq.Field<K>, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;E:Ljava/lang/Object;>(Lorg/jooq/Field<TK;>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<TK;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      key     
      mapper  

  public abstract <E> java.util.Map<?, java.util.List<E>> intoGroups(int, org.jooq.RecordMapper<? super R, E>);
    descriptor: (ILorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(ILorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldIndex  
      mapper         

  public abstract <E> java.util.Map<?, java.util.List<E>> intoGroups(java.lang.String, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Ljava/lang/String;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      mapper        

  public abstract <E> java.util.Map<?, java.util.List<E>> intoGroups(org.jooq.Name, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<*Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      keyFieldName  
      mapper        

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<R>> intoGroups(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: ([Lorg/jooq/Field<*>;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      keys  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<R>> intoGroups(int[]);
    descriptor: ([I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: ([I)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<R>> intoGroups(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: ([Ljava/lang/String;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<R>> intoGroups(org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: ([Lorg/jooq/Name;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<org.jooq.Record>> intoGroups(org.jooq.Field<?>[], org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;[Lorg/jooq/Field;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: ([Lorg/jooq/Field<*>;[Lorg/jooq/Field<*>;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<Lorg/jooq/Record;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      keys    
      values  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<org.jooq.Record>> intoGroups(int[], int[]);
    descriptor: ([I[I)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: ([I[I)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<Lorg/jooq/Record;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                   Name  Flags
      keyFieldIndexes    
      valueFieldIndexes  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<org.jooq.Record>> intoGroups(java.lang.String[], java.lang.String[]);
    descriptor: ([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: ([Ljava/lang/String;[Ljava/lang/String;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<Lorg/jooq/Record;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldNames    
      valueFieldNames  

  public abstract java.util.Map<org.jooq.Record, org.jooq.Result<org.jooq.Record>> intoGroups(org.jooq.Name[], org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;[Lorg/jooq/Name;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: ([Lorg/jooq/Name;[Lorg/jooq/Name;)Ljava/util/Map<Lorg/jooq/Record;Lorg/jooq/Result<Lorg/jooq/Record;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldNames    
      valueFieldNames  

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> intoGroups(org.jooq.Field<?>[], java.lang.Class<? extends E>);
    descriptor: ([Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Field<*>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      keys  
      type  

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> intoGroups(int[], java.lang.Class<? extends E>);
    descriptor: ([ILjava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([ILjava/lang/Class<+TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  
      type             

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> intoGroups(java.lang.String[], java.lang.Class<? extends E>);
    descriptor: ([Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/String;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      type           

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> intoGroups(org.jooq.Name[], java.lang.Class<? extends E>);
    descriptor: ([Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Name;Ljava/lang/Class<+TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      type           

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> intoGroups(org.jooq.Field<?>[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Lorg/jooq/Field;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Field<*>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      keys    
      mapper  

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> intoGroups(int[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([ILorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([ILorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                 Name  Flags
      keyFieldIndexes  
      mapper           

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> intoGroups(java.lang.String[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Ljava/lang/String;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/String;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      mapper         

  public abstract <E> java.util.Map<org.jooq.Record, java.util.List<E>> intoGroups(org.jooq.Name[], org.jooq.RecordMapper<? super R, E>);
    descriptor: ([Lorg/jooq/Name;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>([Lorg/jooq/Name;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<Lorg/jooq/Record;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
               Name  Flags
      keyFieldNames  
      mapper         

  public abstract <K> java.util.Map<K, org.jooq.Result<R>> intoGroups(java.lang.Class<? extends K>);
    descriptor: (Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;)Ljava/util/Map<TK;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      keyType  

  public abstract <K, V> java.util.Map<K, java.util.List<V>> intoGroups(java.lang.Class<? extends K>, java.lang.Class<? extends V>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;Ljava/lang/Class<+TV;>;)Ljava/util/Map<TK;Ljava/util/List<TV;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyType    
      valueType  

  public abstract <K, V> java.util.Map<K, java.util.List<V>> intoGroups(java.lang.Class<? extends K>, org.jooq.RecordMapper<? super R, V>);
    descriptor: (Ljava/lang/Class;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Class<+TK;>;Lorg/jooq/RecordMapper<-TR;TV;>;)Ljava/util/Map<TK;Ljava/util/List<TV;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      keyType      
      valueMapper  

  public abstract <K> java.util.Map<K, org.jooq.Result<R>> intoGroups(org.jooq.RecordMapper<? super R, K>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;)Ljava/util/Map<TK;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyMapper  

  public abstract <K, V> java.util.Map<K, java.util.List<V>> intoGroups(org.jooq.RecordMapper<? super R, K>, java.lang.Class<V>);
    descriptor: (Lorg/jooq/RecordMapper;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;Ljava/lang/Class<TV;>;)Ljava/util/Map<TK;Ljava/util/List<TV;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      keyMapper  
      valueType  

  public abstract <K, V> java.util.Map<K, java.util.List<V>> intoGroups(org.jooq.RecordMapper<? super R, K>, org.jooq.RecordMapper<? super R, V>);
    descriptor: (Lorg/jooq/RecordMapper;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TK;>;Lorg/jooq/RecordMapper<-TR;TV;>;)Ljava/util/Map<TK;Ljava/util/List<TV;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      keyMapper    
      valueMapper  

  public abstract <S extends org.jooq.Record> java.util.Map<S, org.jooq.Result<R>> intoGroups(org.jooq.Table<S>);
    descriptor: (Lorg/jooq/Table;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;)Ljava/util/Map<TS;Lorg/jooq/Result<TR;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  

  public abstract <S extends org.jooq.Record, T extends org.jooq.Record> java.util.Map<S, org.jooq.Result<T>> intoGroups(org.jooq.Table<S>, org.jooq.Table<T>);
    descriptor: (Lorg/jooq/Table;Lorg/jooq/Table;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <S::Lorg/jooq/Record;T::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Lorg/jooq/Table<TT;>;)Ljava/util/Map<TS;Lorg/jooq/Result<TT;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      keyTable    
      valueTable  

  public abstract <E, S extends org.jooq.Record> java.util.Map<S, java.util.List<E>> intoGroups(org.jooq.Table<S>, java.lang.Class<? extends E>);
    descriptor: (Lorg/jooq/Table;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Ljava/lang/Class<+TE;>;)Ljava/util/Map<TS;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  
      type   

  public abstract <E, S extends org.jooq.Record> java.util.Map<S, java.util.List<E>> intoGroups(org.jooq.Table<S>, org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/Table;Lorg/jooq/RecordMapper;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;S::Lorg/jooq/Record;>(Lorg/jooq/Table<TS;>;Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Map<TS;Ljava/util/List<TE;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      table   
      mapper  

  public abstract java.lang.Object[][] intoArray();
    descriptor: ()[[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT, ARRAY_ELEMENT]
        NotNull()

  public abstract java.lang.Object[][] intoArrays();
    descriptor: ()[[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT, ARRAY_ELEMENT]
        NotNull()

  public abstract java.lang.Object[] intoArray(int);
    descriptor: (I)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <U> U[] intoArray(int, java.lang.Class<? extends U>);
    descriptor: (ILjava/lang/Class;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(ILjava/lang/Class<+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <U> U[] intoArray(int, org.jooq.Converter<?, ? extends U>);
    descriptor: (ILorg/jooq/Converter;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(ILorg/jooq/Converter<*+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      converter   

  public abstract java.lang.Object[] intoArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> U[] intoArray(java.lang.String, java.lang.Class<? extends U>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> U[] intoArray(java.lang.String, org.jooq.Converter<?, ? extends U>);
    descriptor: (Ljava/lang/String;Lorg/jooq/Converter;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/Converter<*+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.lang.Object[] intoArray(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> U[] intoArray(org.jooq.Name, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> U[] intoArray(org.jooq.Name, org.jooq.Converter<?, ? extends U>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Converter;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/Converter<*+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract <T> T[] intoArray(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)[TT;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
       Name  Flags
      field  

  public abstract <U> U[] intoArray(org.jooq.Field<?>, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Field<*>;Ljava/lang/Class<+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
       Name  Flags
      field  
      type   

  public abstract <T, U> U[] intoArray(org.jooq.Field<T>, org.jooq.Converter<? super T, ? extends U>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Converter;)[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Lorg/jooq/Converter<-TT;+TU;>;)[TU;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
           Name  Flags
      field      
      converter  

  public abstract <E> java.util.Set<E> intoSet(org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/Set<TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      mapper  

  public abstract java.util.Set<?> intoSet(int);
    descriptor: (I)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (I)Ljava/util/Set<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <U> java.util.Set<U> intoSet(int, java.lang.Class<? extends U>);
    descriptor: (ILjava/lang/Class;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(ILjava/lang/Class<+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <U> java.util.Set<U> intoSet(int, org.jooq.Converter<?, ? extends U>);
    descriptor: (ILorg/jooq/Converter;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(ILorg/jooq/Converter<*+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      converter   

  public abstract java.util.Set<?> intoSet(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/lang/String;)Ljava/util/Set<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> java.util.Set<U> intoSet(java.lang.String, java.lang.Class<? extends U>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> java.util.Set<U> intoSet(java.lang.String, org.jooq.Converter<?, ? extends U>);
    descriptor: (Ljava/lang/String;Lorg/jooq/Converter;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/Converter<*+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract java.util.Set<?> intoSet(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Lorg/jooq/Name;)Ljava/util/Set<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <U> java.util.Set<U> intoSet(org.jooq.Name, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <U> java.util.Set<U> intoSet(org.jooq.Name, org.jooq.Converter<?, ? extends U>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/Converter;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/Converter<*+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  
      converter  

  public abstract <T> java.util.Set<T> intoSet(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)Ljava/util/Set<TT;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  

  public abstract <U> java.util.Set<U> intoSet(org.jooq.Field<?>, java.lang.Class<? extends U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Class;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <U:Ljava/lang/Object;>(Lorg/jooq/Field<*>;Ljava/lang/Class<+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  
      type   

  public abstract <T, U> java.util.Set<U> intoSet(org.jooq.Field<T>, org.jooq.Converter<? super T, ? extends U>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Converter;)Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException, org.jooq.exception.DataTypeException
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Lorg/jooq/Converter<-TT;+TU;>;)Ljava/util/Set<TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      field      
      converter  

  public abstract org.jooq.Result<org.jooq.Record> into(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Field<*>;)Lorg/jooq/Result<Lorg/jooq/Record;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      fields  

  public abstract <T1> org.jooq.Result<org.jooq.Record1<T1>> into(org.jooq.Field<T1>);
    descriptor: (Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;)Lorg/jooq/Result<Lorg/jooq/Record1<TT1;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  

  public abstract <T1, T2> org.jooq.Result<org.jooq.Record2<T1, T2>> into(org.jooq.Field<T1>, org.jooq.Field<T2>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;)Lorg/jooq/Result<Lorg/jooq/Record2<TT1;TT2;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  

  public abstract <T1, T2, T3> org.jooq.Result<org.jooq.Record3<T1, T2, T3>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;)Lorg/jooq/Result<Lorg/jooq/Record3<TT1;TT2;TT3;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  

  public abstract <T1, T2, T3, T4> org.jooq.Result<org.jooq.Record4<T1, T2, T3, T4>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;)Lorg/jooq/Result<Lorg/jooq/Record4<TT1;TT2;TT3;TT4;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  

  public abstract <T1, T2, T3, T4, T5> org.jooq.Result<org.jooq.Record5<T1, T2, T3, T4, T5>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;)Lorg/jooq/Result<Lorg/jooq/Record5<TT1;TT2;TT3;TT4;TT5;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  
      field5  

  public abstract <T1, T2, T3, T4, T5, T6> org.jooq.Result<org.jooq.Record6<T1, T2, T3, T4, T5, T6>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;)Lorg/jooq/Result<Lorg/jooq/Record6<TT1;TT2;TT3;TT4;TT5;TT6;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  
      field5  
      field6  

  public abstract <T1, T2, T3, T4, T5, T6, T7> org.jooq.Result<org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;)Lorg/jooq/Result<Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  
      field5  
      field6  
      field7  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8> org.jooq.Result<org.jooq.Record8<T1, T2, T3, T4, T5, T6, T7, T8>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;)Lorg/jooq/Result<Lorg/jooq/Record8<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  
      field5  
      field6  
      field7  
      field8  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9> org.jooq.Result<org.jooq.Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;)Lorg/jooq/Result<Lorg/jooq/Record9<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      field1  
      field2  
      field3  
      field4  
      field5  
      field6  
      field7  
      field8  
      field9  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> org.jooq.Result<org.jooq.Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;)Lorg/jooq/Result<Lorg/jooq/Record10<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> org.jooq.Result<org.jooq.Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;)Lorg/jooq/Result<Lorg/jooq/Record11<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> org.jooq.Result<org.jooq.Record12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;)Lorg/jooq/Result<Lorg/jooq/Record12<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> org.jooq.Result<org.jooq.Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;)Lorg/jooq/Result<Lorg/jooq/Record13<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> org.jooq.Result<org.jooq.Record14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;)Lorg/jooq/Result<Lorg/jooq/Record14<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> org.jooq.Result<org.jooq.Record15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;)Lorg/jooq/Result<Lorg/jooq/Record15<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> org.jooq.Result<org.jooq.Record16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;)Lorg/jooq/Result<Lorg/jooq/Record16<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> org.jooq.Result<org.jooq.Record17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;)Lorg/jooq/Result<Lorg/jooq/Record17<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> org.jooq.Result<org.jooq.Record18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>, org.jooq.Field<T18>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;T18:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;Lorg/jooq/Field<TT18;>;)Lorg/jooq/Result<Lorg/jooq/Record18<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;TT18;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  
      field18  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> org.jooq.Result<org.jooq.Record19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>, org.jooq.Field<T18>, org.jooq.Field<T19>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;T18:Ljava/lang/Object;T19:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;Lorg/jooq/Field<TT18;>;Lorg/jooq/Field<TT19;>;)Lorg/jooq/Result<Lorg/jooq/Record19<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;TT18;TT19;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  
      field18  
      field19  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> org.jooq.Result<org.jooq.Record20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>, org.jooq.Field<T18>, org.jooq.Field<T19>, org.jooq.Field<T20>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;T18:Ljava/lang/Object;T19:Ljava/lang/Object;T20:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;Lorg/jooq/Field<TT18;>;Lorg/jooq/Field<TT19;>;Lorg/jooq/Field<TT20;>;)Lorg/jooq/Result<Lorg/jooq/Record20<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;TT18;TT19;TT20;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  
      field18  
      field19  
      field20  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> org.jooq.Result<org.jooq.Record21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>, org.jooq.Field<T18>, org.jooq.Field<T19>, org.jooq.Field<T20>, org.jooq.Field<T21>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;T18:Ljava/lang/Object;T19:Ljava/lang/Object;T20:Ljava/lang/Object;T21:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;Lorg/jooq/Field<TT18;>;Lorg/jooq/Field<TT19;>;Lorg/jooq/Field<TT20;>;Lorg/jooq/Field<TT21;>;)Lorg/jooq/Result<Lorg/jooq/Record21<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;TT18;TT19;TT20;TT21;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  
      field18  
      field19  
      field20  
      field21  

  public abstract <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> org.jooq.Result<org.jooq.Record22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>> into(org.jooq.Field<T1>, org.jooq.Field<T2>, org.jooq.Field<T3>, org.jooq.Field<T4>, org.jooq.Field<T5>, org.jooq.Field<T6>, org.jooq.Field<T7>, org.jooq.Field<T8>, org.jooq.Field<T9>, org.jooq.Field<T10>, org.jooq.Field<T11>, org.jooq.Field<T12>, org.jooq.Field<T13>, org.jooq.Field<T14>, org.jooq.Field<T15>, org.jooq.Field<T16>, org.jooq.Field<T17>, org.jooq.Field<T18>, org.jooq.Field<T19>, org.jooq.Field<T20>, org.jooq.Field<T21>, org.jooq.Field<T22>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;T8:Ljava/lang/Object;T9:Ljava/lang/Object;T10:Ljava/lang/Object;T11:Ljava/lang/Object;T12:Ljava/lang/Object;T13:Ljava/lang/Object;T14:Ljava/lang/Object;T15:Ljava/lang/Object;T16:Ljava/lang/Object;T17:Ljava/lang/Object;T18:Ljava/lang/Object;T19:Ljava/lang/Object;T20:Ljava/lang/Object;T21:Ljava/lang/Object;T22:Ljava/lang/Object;>(Lorg/jooq/Field<TT1;>;Lorg/jooq/Field<TT2;>;Lorg/jooq/Field<TT3;>;Lorg/jooq/Field<TT4;>;Lorg/jooq/Field<TT5;>;Lorg/jooq/Field<TT6;>;Lorg/jooq/Field<TT7;>;Lorg/jooq/Field<TT8;>;Lorg/jooq/Field<TT9;>;Lorg/jooq/Field<TT10;>;Lorg/jooq/Field<TT11;>;Lorg/jooq/Field<TT12;>;Lorg/jooq/Field<TT13;>;Lorg/jooq/Field<TT14;>;Lorg/jooq/Field<TT15;>;Lorg/jooq/Field<TT16;>;Lorg/jooq/Field<TT17;>;Lorg/jooq/Field<TT18;>;Lorg/jooq/Field<TT19;>;Lorg/jooq/Field<TT20;>;Lorg/jooq/Field<TT21;>;Lorg/jooq/Field<TT22;>;)Lorg/jooq/Result<Lorg/jooq/Record22<TT1;TT2;TT3;TT4;TT5;TT6;TT7;TT8;TT9;TT10;TT11;TT12;TT13;TT14;TT15;TT16;TT17;TT18;TT19;TT20;TT21;TT22;>;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      field1   
      field2   
      field3   
      field4   
      field5   
      field6   
      field7   
      field8   
      field9   
      field10  
      field11  
      field12  
      field13  
      field14  
      field15  
      field16  
      field17  
      field18  
      field19  
      field20  
      field21  
      field22  

  public abstract <E> java.util.List<E> into(java.lang.Class<? extends E>);
    descriptor: (Ljava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Class<+TE;>;)Ljava/util/List<TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      type  

  public abstract <Z extends org.jooq.Record> org.jooq.Result<Z> into(org.jooq.Table<Z>);
    descriptor: (Lorg/jooq/Table;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.MappingException
    Signature: <Z::Lorg/jooq/Record;>(Lorg/jooq/Table<TZ;>;)Lorg/jooq/Result<TZ;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      table  

  public abstract <H extends org.jooq.RecordHandler<? super R>> H into();
    descriptor: (Lorg/jooq/RecordHandler;)Lorg/jooq/RecordHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <H::Lorg/jooq/RecordHandler<-TR;>;>(TH;)TH;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      handler  

  public abstract java.sql.ResultSet intoResultSet();
    descriptor: ()Ljava/sql/ResultSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract <E> java.util.List<E> map(org.jooq.RecordMapper<? super R, E>);
    descriptor: (Lorg/jooq/RecordMapper;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <E:Ljava/lang/Object;>(Lorg/jooq/RecordMapper<-TR;TE;>;)Ljava/util/List<TE;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      mapper  

  public abstract <T extends java.lang.Comparable<? super T>> org.jooq.Result<R> sortAsc(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <T::Ljava/lang/Comparable<-TT;>;>(Lorg/jooq/Field<TT;>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  

  public abstract <T extends java.lang.Comparable<? super T>> org.jooq.Result<R> sortDesc(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <T::Ljava/lang/Comparable<-TT;>;>(Lorg/jooq/Field<TT;>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  

  public abstract org.jooq.Result<R> sortAsc(int);
    descriptor: (I)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (I)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract org.jooq.Result<R> sortDesc(int);
    descriptor: (I)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (I)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract org.jooq.Result<R> sortAsc(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/lang/String;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract org.jooq.Result<R> sortDesc(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/lang/String;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract org.jooq.Result<R> sortAsc(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Lorg/jooq/Name;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract org.jooq.Result<R> sortDesc(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Lorg/jooq/Name;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <T> org.jooq.Result<R> sortAsc(org.jooq.Field<T>, java.util.Comparator<? super T>);
    descriptor: (Lorg/jooq/Field;Ljava/util/Comparator;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Ljava/util/Comparator<-TT;>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      field       
      comparator  

  public abstract <T> org.jooq.Result<R> sortDesc(org.jooq.Field<T>, java.util.Comparator<? super T>);
    descriptor: (Lorg/jooq/Field;Ljava/util/Comparator;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;Ljava/util/Comparator<-TT;>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      field       
      comparator  

  public abstract org.jooq.Result<R> sortAsc(int, java.util.Comparator<?>);
    descriptor: (ILjava/util/Comparator;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (ILjava/util/Comparator<*>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      comparator  

  public abstract org.jooq.Result<R> sortDesc(int, java.util.Comparator<?>);
    descriptor: (ILjava/util/Comparator;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (ILjava/util/Comparator<*>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldIndex  
      comparator  

  public abstract org.jooq.Result<R> sortAsc(java.lang.String, java.util.Comparator<?>);
    descriptor: (Ljava/lang/String;Ljava/util/Comparator;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/lang/String;Ljava/util/Comparator<*>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldName   
      comparator  

  public abstract org.jooq.Result<R> sortDesc(java.lang.String, java.util.Comparator<?>);
    descriptor: (Ljava/lang/String;Ljava/util/Comparator;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Ljava/lang/String;Ljava/util/Comparator<*>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldName   
      comparator  

  public abstract org.jooq.Result<R> sortAsc(org.jooq.Name, java.util.Comparator<?>);
    descriptor: (Lorg/jooq/Name;Ljava/util/Comparator;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Lorg/jooq/Name;Ljava/util/Comparator<*>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldName   
      comparator  

  public abstract org.jooq.Result<R> sortDesc(org.jooq.Name, java.util.Comparator<?>);
    descriptor: (Lorg/jooq/Name;Ljava/util/Comparator;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    Signature: (Lorg/jooq/Name;Ljava/util/Comparator<*>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldName   
      comparator  

  public abstract org.jooq.Result<R> sortAsc(java.util.Comparator<? super R>);
    descriptor: (Ljava/util/Comparator;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Comparator<-TR;>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  

  public abstract org.jooq.Result<R> sortDesc(java.util.Comparator<? super R>);
    descriptor: (Ljava/util/Comparator;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Comparator<-TR;>;)Lorg/jooq/Result<TR;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  

  public abstract org.jooq.Result<R> intern(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)Lorg/jooq/Result;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Field<*>;)Lorg/jooq/Result<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      fields  

  public abstract org.jooq.Result<R> intern(int[]);
    descriptor: ([I)Lorg/jooq/Result;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([I)Lorg/jooq/Result<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      fieldIndexes  

  public abstract org.jooq.Result<R> intern(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/jooq/Result;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljava/lang/String;)Lorg/jooq/Result<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldNames  

  public abstract org.jooq.Result<R> intern(org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;)Lorg/jooq/Result;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Name;)Lorg/jooq/Result<TR;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      fieldNames  

  public abstract <O extends org.jooq.UpdatableRecord<O>> org.jooq.Result<O> fetchParents(org.jooq.ForeignKey<R, O>);
    descriptor: (Lorg/jooq/ForeignKey;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <O::Lorg/jooq/UpdatableRecord<TO;>;>(Lorg/jooq/ForeignKey<TR;TO;>;)Lorg/jooq/Result<TO;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   

  public abstract <O extends org.jooq.TableRecord<O>> org.jooq.Result<O> fetchChildren(org.jooq.ForeignKey<O, R>);
    descriptor: (Lorg/jooq/ForeignKey;)Lorg/jooq/Result;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataAccessException
    Signature: <O::Lorg/jooq/TableRecord<TO;>;>(Lorg/jooq/ForeignKey<TO;TR;>;)Lorg/jooq/Result<TO;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   

  public abstract <O extends org.jooq.UpdatableRecord<O>> org.jooq.Table<O> parents(org.jooq.ForeignKey<R, O>);
    descriptor: (Lorg/jooq/ForeignKey;)Lorg/jooq/Table;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <O::Lorg/jooq/UpdatableRecord<TO;>;>(Lorg/jooq/ForeignKey<TR;TO;>;)Lorg/jooq/Table<TO;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   

  public abstract <O extends org.jooq.TableRecord<O>> org.jooq.Table<O> children(org.jooq.ForeignKey<O, R>);
    descriptor: (Lorg/jooq/ForeignKey;)Lorg/jooq/Table;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <O::Lorg/jooq/TableRecord<TO;>;>(Lorg/jooq/ForeignKey<TO;TR;>;)Lorg/jooq/Table<TO;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      key   

  public abstract void attach(org.jooq.Configuration);
    descriptor: (Lorg/jooq/Configuration;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      configuration  

  public abstract void detach();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <R::Lorg/jooq/Record;>Ljava/lang/Object;Ljava/util/List<TR;>;Lorg/jooq/Attachable;Lorg/jooq/Formattable;
SourceFile: "Result.java"