public interface org.eclipse.collections.api.block.function.primitive.IntFunction0 extends java.util.function.IntSupplier, 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.function.primitive.IntFunction0
  super_class: java.lang.Object
{
  public abstract int value();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public int getAsInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.function.primitive.IntFunction0 this
         0: .line 32
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntFunction0.value:()I
            ireturn
        end local 0 // org.eclipse.collections.api.block.function.primitive.IntFunction0 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/api/block/function/primitive/IntFunction0;
}
SourceFile: "IntFunction0.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()