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

  public org.eclipse.collections.api.set.MutableSet<T> value();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedSetFunction this
         0: .line 193
            getstatic org.eclipse.collections.impl.factory.Sets.mutable:Lorg/eclipse/collections/api/factory/set/MutableSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.MutableSetFactory.empty:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedSetFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Functions0$NewUnifiedSetFunction<TT;>;
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<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$NewUnifiedSetFunction.value:()Lorg/eclipse/collections/api/set/MutableSet;
            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/set/MutableSet<TT;>;>;
SourceFile: "Functions0.java"
NestHost: org.eclipse.collections.impl.block.factory.Functions0
InnerClasses:
  private final NewUnifiedSetFunction = org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedSetFunction of org.eclipse.collections.impl.block.factory.Functions0