public interface org.eclipse.collections.api.block.procedure.primitive.IntProcedure extends java.util.function.IntConsumer, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.block.procedure.primitive.IntProcedure
  super_class: java.lang.Object
{
  public abstract void value(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      each  

  public void accept(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure this
        start local 1 // int each
         0: .line 30
            aload 0 /* this */
            iload 1 /* each */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntProcedure.value:(I)V
         1: .line 31
            return
        end local 1 // int each
        end local 0 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
            0    2     1  each  I
    MethodParameters:
      Name  Flags
      each  
}
SourceFile: "IntProcedure.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()