public interface org.skife.jdbi.v2.Folder3<AccumulatorType, MappedType>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.skife.jdbi.v2.Folder3
  super_class: java.lang.Object
{
  public abstract AccumulatorType fold(AccumulatorType, MappedType, org.skife.jdbi.v2.FoldController, org.skife.jdbi.v2.StatementContext);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lorg/skife/jdbi/v2/FoldController;Lorg/skife/jdbi/v2/StatementContext;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (TAccumulatorType;TMappedType;Lorg/skife/jdbi/v2/FoldController;Lorg/skife/jdbi/v2/StatementContext;)TAccumulatorType;
    MethodParameters:
             Name  Flags
      accumulator  
      rs           
      control      
      ctx          
}
Signature: <AccumulatorType:Ljava/lang/Object;MappedType:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Folder3.java"