public interface org.jooq.SelectCorrelatedSubqueryStep<R extends org.jooq.Record> extends org.jooq.SelectFinalStep<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.SelectCorrelatedSubqueryStep
  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\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.Condition compare(org.jooq.Comparator, R);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Comparator;TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  
      record      

  public abstract org.jooq.Condition compare(org.jooq.Comparator, org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  
      select      

  public abstract org.jooq.Condition compare(org.jooq.Comparator, org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Comparator;Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
            Name  Flags
      comparator  
      select      

  public abstract org.jooq.Condition eq(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition eq(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition eq(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition equal(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition equal(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition equal(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition ne(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition ne(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition ne(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition notEqual(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition notEqual(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition notEqual(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lt(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition lt(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lt(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lessThan(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition lessThan(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lessThan(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition le(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition le(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition le(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lessOrEqual(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition lessOrEqual(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition lessOrEqual(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition gt(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition gt(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition gt(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition greaterThan(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition greaterThan(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition greaterThan(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition ge(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition ge(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition ge(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition greaterOrEqual(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition greaterOrEqual(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition greaterOrEqual(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition in(R[]);
    descriptor: ([Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.Condition in(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition notIn(R[]);
    descriptor: ([Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.Condition notIn(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition isDistinctFrom(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition isDistinctFrom(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition isDistinctFrom(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition isNotDistinctFrom(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      record  

  public abstract org.jooq.Condition isNotDistinctFrom(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.Condition isNotDistinctFrom(org.jooq.QuantifiedSelect<? extends R>);
    descriptor: (Lorg/jooq/QuantifiedSelect;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/QuantifiedSelect<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      select  

  public abstract org.jooq.BetweenAndStep<R> between(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/BetweenAndStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/BetweenAndStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition between(R, R);
    descriptor: (Lorg/jooq/Record;Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.BetweenAndStep<R> between(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/BetweenAndStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/BetweenAndStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition between(org.jooq.Select<? extends R>, org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.BetweenAndStepR<R> betweenSymmetric(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/BetweenAndStepR;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/BetweenAndStepR<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition betweenSymmetric(R, R);
    descriptor: (Lorg/jooq/Record;Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.BetweenAndStepR<R> betweenSymmetric(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/BetweenAndStepR;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/BetweenAndStepR<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition betweenSymmetric(org.jooq.Select<? extends R>, org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.BetweenAndStepR<R> notBetween(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/BetweenAndStepR;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/BetweenAndStepR<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition notBetween(R, R);
    descriptor: (Lorg/jooq/Record;Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.BetweenAndStepR<R> notBetween(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/BetweenAndStepR;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/BetweenAndStepR<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition notBetween(org.jooq.Select<? extends R>, org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.BetweenAndStepR<R> notBetweenSymmetric(R);
    descriptor: (Lorg/jooq/Record;)Lorg/jooq/BetweenAndStepR;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;)Lorg/jooq/BetweenAndStepR<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition notBetweenSymmetric(R, R);
    descriptor: (Lorg/jooq/Record;Lorg/jooq/Record;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TR;TR;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.BetweenAndStepR<R> notBetweenSymmetric(org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;)Lorg/jooq/BetweenAndStepR;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;)Lorg/jooq/BetweenAndStepR<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  

  public abstract org.jooq.Condition notBetweenSymmetric(org.jooq.Select<? extends R>, org.jooq.Select<? extends R>);
    descriptor: (Lorg/jooq/Select;Lorg/jooq/Select;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Select<+TR;>;Lorg/jooq/Select<+TR;>;)Lorg/jooq/Condition;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      minValue  
      maxValue  

  public abstract org.jooq.Condition isNull();
    descriptor: ()Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Condition isNotNull();
    descriptor: ()Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
}
Signature: <R::Lorg/jooq/Record;>Ljava/lang/Object;Lorg/jooq/SelectFinalStep<TR;>;
SourceFile: "SelectCorrelatedSubqueryStep.java"