final class org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction<T> implements org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.bag.MutableBag<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction
  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$NewHashBagFunction this
         0: .line 197
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Functions0$NewHashBagFunction<TT;>;

  public org.eclipse.collections.api.bag.MutableBag<T> value();
    descriptor: ()Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction this
         0: .line 204
            getstatic org.eclipse.collections.impl.factory.Bags.mutable:Lorg/eclipse/collections/api/factory/bag/MutableBagFactory;
            invokeinterface org.eclipse.collections.api.factory.bag.MutableBagFactory.empty:()Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Functions0$NewHashBagFunction<TT;>;
    Signature: ()Lorg/eclipse/collections/api/bag/MutableBag<TT;>;

  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$NewHashBagFunction.value:()Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0<Lorg/eclipse/collections/api/bag/MutableBag<TT;>;>;
SourceFile: "Functions0.java"
NestHost: org.eclipse.collections.impl.block.factory.Functions0
InnerClasses:
  private final NewHashBagFunction = org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction of org.eclipse.collections.impl.block.factory.Functions0