public interface org.jooq.Record1<T1> extends org.jooq.Record
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.Record1
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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\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.Row1<T1> fieldsRow();
    descriptor: ()Lorg/jooq/Row1;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Row1<TT1;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Row1<T1> valuesRow();
    descriptor: ()Lorg/jooq/Row1;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Row1<TT1;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Field<T1> field1();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT1;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract T1 value1();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT1;

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

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

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

  public abstract <T, U> org.jooq.Record1<T1> with(org.jooq.Field<T>, U, org.jooq.Converter<? extends T, ? super U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Object;Lorg/jooq/Converter;)Lorg/jooq/Record1;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;TU;Lorg/jooq/Converter<+TT;-TU;>;)Lorg/jooq/Record1<TT1;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      field      
      value      
      converter  

  public abstract T1 component1();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT1;
}
Signature: <T1:Ljava/lang/Object;>Ljava/lang/Object;Lorg/jooq/Record;
SourceFile: "Record1.java"