final class org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction implements org.eclipse.collections.api.block.function.Function0<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction this
         0: .line 219
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Functions0$IntegerZeroFunction;

  public java.lang.Integer value();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction this
         0: .line 226
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Functions0$IntegerZeroFunction;

  public java.lang.Object value();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction.value:()Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0<Ljava/lang/Integer;>;
SourceFile: "Functions0.java"
NestHost: org.eclipse.collections.impl.block.factory.Functions0
InnerClasses:
  private final IntegerZeroFunction = org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction of org.eclipse.collections.impl.block.factory.Functions0