class com.netflix.hystrix.config.HystrixConfigurationStream$3 implements rx.functions.Func1<java.lang.Long, java.util.Map<com.netflix.hystrix.HystrixThreadPoolKey, com.netflix.hystrix.config.HystrixThreadPoolConfiguration>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.config.HystrixConfigurationStream$3
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$3 this
         0: .line 157
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixConfigurationStream$3;

  public java.util.Map<com.netflix.hystrix.HystrixThreadPoolKey, com.netflix.hystrix.config.HystrixThreadPoolConfiguration> call(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$3 this
        start local 1 // java.lang.Long timestamp
         0: .line 160
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* threadPoolConfigPerKey */
        start local 2 // java.util.Map threadPoolConfigPerKey
         1: .line 161
            invokestatic com.netflix.hystrix.HystrixThreadPoolMetrics.getInstances:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: com.netflix.hystrix.config.HystrixConfigurationStream$3 java.lang.Long java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.netflix.hystrix.HystrixThreadPoolMetrics
            astore 3 /* threadPoolMetrics */
        start local 3 // com.netflix.hystrix.HystrixThreadPoolMetrics threadPoolMetrics
         3: .line 162
            aload 3 /* threadPoolMetrics */
            invokevirtual com.netflix.hystrix.HystrixThreadPoolMetrics.getThreadPoolKey:()Lcom/netflix/hystrix/HystrixThreadPoolKey;
            astore 5 /* threadPoolKey */
        start local 5 // com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
         4: .line 163
            aload 2 /* threadPoolConfigPerKey */
            aload 5 /* threadPoolKey */
            aload 5 /* threadPoolKey */
            aload 3 /* threadPoolMetrics */
            invokevirtual com.netflix.hystrix.HystrixThreadPoolMetrics.getProperties:()Lcom/netflix/hystrix/HystrixThreadPoolProperties;
            invokestatic com.netflix.hystrix.config.HystrixConfigurationStream.sampleThreadPoolConfiguration:(Lcom/netflix/hystrix/HystrixThreadPoolKey;Lcom/netflix/hystrix/HystrixThreadPoolProperties;)Lcom/netflix/hystrix/config/HystrixThreadPoolConfiguration;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
        end local 3 // com.netflix.hystrix.HystrixThreadPoolMetrics threadPoolMetrics
         5: .line 161
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 165
            aload 2 /* threadPoolConfigPerKey */
            areturn
        end local 2 // java.util.Map threadPoolConfigPerKey
        end local 1 // java.lang.Long timestamp
        end local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$3 this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    7     0                    this  Lcom/netflix/hystrix/config/HystrixConfigurationStream$3;
            0    7     1               timestamp  Ljava/lang/Long;
            1    7     2  threadPoolConfigPerKey  Ljava/util/Map<Lcom/netflix/hystrix/HystrixThreadPoolKey;Lcom/netflix/hystrix/config/HystrixThreadPoolConfiguration;>;
            3    5     3       threadPoolMetrics  Lcom/netflix/hystrix/HystrixThreadPoolMetrics;
            4    5     5           threadPoolKey  Lcom/netflix/hystrix/HystrixThreadPoolKey;
    Signature: (Ljava/lang/Long;)Ljava/util/Map<Lcom/netflix/hystrix/HystrixThreadPoolKey;Lcom/netflix/hystrix/config/HystrixThreadPoolConfiguration;>;
    MethodParameters:
           Name  Flags
      timestamp  

  public java.lang.Object call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Long
            invokevirtual com.netflix.hystrix.config.HystrixConfigurationStream$3.call:(Ljava/lang/Long;)Ljava/util/Map;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Ljava/lang/Long;Ljava/util/Map<Lcom/netflix/hystrix/HystrixThreadPoolKey;Lcom/netflix/hystrix/config/HystrixThreadPoolConfiguration;>;>;
SourceFile: "HystrixConfigurationStream.java"
EnclosingMethod: com.netflix.hystrix.config.HystrixConfigurationStream
NestHost: com.netflix.hystrix.config.HystrixConfigurationStream
InnerClasses:
  com.netflix.hystrix.config.HystrixConfigurationStream$3