class com.netflix.hystrix.HystrixThreadPoolMetrics$3 implements rx.functions.Func0<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.HystrixThreadPoolMetrics$3
  super_class: java.lang.Object
{
  private final com.netflix.hystrix.HystrixThreadPoolKey val$threadPoolKey;
    descriptor: Lcom/netflix/hystrix/HystrixThreadPoolKey;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.netflix.hystrix.HystrixThreadPoolKey);
    descriptor: (Lcom/netflix/hystrix/HystrixThreadPoolKey;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixThreadPoolMetrics$3 this
         0: .line 357
            aload 0 /* this */
            aload 1
            putfield com.netflix.hystrix.HystrixThreadPoolMetrics$3.val$threadPoolKey:Lcom/netflix/hystrix/HystrixThreadPoolKey;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.HystrixThreadPoolMetrics$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixThreadPoolMetrics$3;
    MethodParameters:
                   Name  Flags
      val$threadPoolKey  final

  public java.lang.Integer call();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixThreadPoolMetrics$3 this
         0: .line 360
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixThreadPoolMetrics$3.val$threadPoolKey:Lcom/netflix/hystrix/HystrixThreadPoolKey;
            invokestatic com.netflix.hystrix.HystrixThreadPoolMetrics.getInstance:(Lcom/netflix/hystrix/HystrixThreadPoolKey;)Lcom/netflix/hystrix/HystrixThreadPoolMetrics;
            getfield com.netflix.hystrix.HystrixThreadPoolMetrics.concurrentExecutionCount:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixThreadPoolMetrics$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixThreadPoolMetrics$3;

  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 com.netflix.hystrix.HystrixThreadPoolMetrics$3.call:()Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lrx/functions/Func0<Ljava/lang/Integer;>;
SourceFile: "HystrixThreadPoolMetrics.java"
EnclosingMethod: com.netflix.hystrix.HystrixThreadPoolMetrics.getCurrentConcurrencyThunk:(Lcom/netflix/hystrix/HystrixThreadPoolKey;)Lrx/functions/Func0;
NestHost: com.netflix.hystrix.HystrixThreadPoolMetrics
InnerClasses:
  com.netflix.hystrix.HystrixThreadPoolMetrics$3