public interface io.ebeaninternal.api.SpiExpressionList<T> extends io.ebean.ExpressionList<T>, io.ebeaninternal.api.SpiExpression
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.ebeaninternal.api.SpiExpressionList
  super_class: java.lang.Object
{
  public abstract io.ebean.Junction<T> toJunction();
    descriptor: ()Lio/ebean/Junction;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/ebean/Junction<TT;>;

  public abstract java.util.List<io.ebeaninternal.api.SpiExpression> getUnderlyingList();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lio/ebeaninternal/api/SpiExpression;>;

  public abstract io.ebeaninternal.api.SpiExpressionList<?> trimPath(int);
    descriptor: (I)Lio/ebeaninternal/api/SpiExpressionList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lio/ebeaninternal/api/SpiExpressionList<*>;
    MethodParameters:
            Name  Flags
      prefixTrim  

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

  public abstract void writeDocQuery(io.ebeaninternal.server.expression.DocQueryContext, io.ebeaninternal.api.SpiExpression);
    descriptor: (Lio/ebeaninternal/server/expression/DocQueryContext;Lio/ebeaninternal/api/SpiExpression;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      context   
      idEquals  

  public void applyRowLimits(io.ebeaninternal.api.SpiQuery<?>);
    descriptor: (Lio/ebeaninternal/api/SpiQuery;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.SpiExpressionList this
        start local 1 // io.ebeaninternal.api.SpiQuery query
         0: .line 45
            return
        end local 1 // io.ebeaninternal.api.SpiQuery query
        end local 0 // io.ebeaninternal.api.SpiExpressionList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/ebeaninternal/api/SpiExpressionList<TT;>;
            0    1     1  query  Lio/ebeaninternal/api/SpiQuery<*>;
    Signature: (Lio/ebeaninternal/api/SpiQuery<*>;)V
    MethodParameters:
       Name  Flags
      query  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/ebean/ExpressionList<TT;>;Lio/ebeaninternal/api/SpiExpression;
SourceFile: "SpiExpressionList.java"