final class io.reactivex.internal.functions.Functions$HashSetCallable extends java.lang.Enum<io.reactivex.internal.functions.Functions$HashSetCallable> implements java.util.concurrent.Callable<java.util.Set<java.lang.Object>>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.reactivex.internal.functions.Functions$HashSetCallable
  super_class: java.lang.Enum
{
  public static final io.reactivex.internal.functions.Functions$HashSetCallable INSTANCE;
    descriptor: Lio/reactivex/internal/functions/Functions$HashSetCallable;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final io.reactivex.internal.functions.Functions$HashSetCallable[] ENUM$VALUES;
    descriptor: [Lio/reactivex/internal/functions/Functions$HashSetCallable;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 272
            new io.reactivex.internal.functions.Functions$HashSetCallable
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial io.reactivex.internal.functions.Functions$HashSetCallable.<init>:(Ljava/lang/String;I)V
            putstatic io.reactivex.internal.functions.Functions$HashSetCallable.INSTANCE:Lio/reactivex/internal/functions/Functions$HashSetCallable;
         1: .line 271
            iconst_1
            anewarray io.reactivex.internal.functions.Functions$HashSetCallable
            dup
            iconst_0
            getstatic io.reactivex.internal.functions.Functions$HashSetCallable.INSTANCE:Lio/reactivex/internal/functions/Functions$HashSetCallable;
            aastore
            putstatic io.reactivex.internal.functions.Functions$HashSetCallable.ENUM$VALUES:[Lio/reactivex/internal/functions/Functions$HashSetCallable;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.functions.Functions$HashSetCallable this
         0: .line 271
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // io.reactivex.internal.functions.Functions$HashSetCallable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/functions/Functions$HashSetCallable;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public java.util.Set<java.lang.Object> call();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.functions.Functions$HashSetCallable this
         0: .line 275
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            areturn
        end local 0 // io.reactivex.internal.functions.Functions$HashSetCallable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/functions/Functions$HashSetCallable;
    Exceptions:
      throws java.lang.Exception
    Signature: ()Ljava/util/Set<Ljava/lang/Object;>;

  public static io.reactivex.internal.functions.Functions$HashSetCallable[] values();
    descriptor: ()[Lio/reactivex/internal/functions/Functions$HashSetCallable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.reactivex.internal.functions.Functions$HashSetCallable.ENUM$VALUES:[Lio/reactivex/internal/functions/Functions$HashSetCallable;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.reactivex.internal.functions.Functions$HashSetCallable
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.reactivex.internal.functions.Functions$HashSetCallable valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/internal/functions/Functions$HashSetCallable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/reactivex/internal/functions/Functions$HashSetCallable;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.reactivex.internal.functions.Functions$HashSetCallable
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object call();
    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 io.reactivex.internal.functions.Functions$HashSetCallable.call:()Ljava/util/Set;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Enum<Lio/reactivex/internal/functions/Functions$HashSetCallable;>;Ljava/util/concurrent/Callable<Ljava/util/Set<Ljava/lang/Object;>;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
  final HashSetCallable = io.reactivex.internal.functions.Functions$HashSetCallable of io.reactivex.internal.functions.Functions