class com.netflix.hystrix.config.HystrixConfigurationStream$4 implements rx.functions.Func1<java.lang.Long, java.util.Map<com.netflix.hystrix.HystrixCollapserKey, com.netflix.hystrix.config.HystrixCollapserConfiguration>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.config.HystrixConfigurationStream$4
  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$4 this
         0: .line 170
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixConfigurationStream$4;

  public java.util.Map<com.netflix.hystrix.HystrixCollapserKey, com.netflix.hystrix.config.HystrixCollapserConfiguration> 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$4 this
        start local 1 // java.lang.Long timestamp
         0: .line 173
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* collapserConfigPerKey */
        start local 2 // java.util.Map collapserConfigPerKey
         1: .line 174
            invokestatic com.netflix.hystrix.HystrixCollapserMetrics.getInstances:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: com.netflix.hystrix.config.HystrixConfigurationStream$4 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.HystrixCollapserMetrics
            astore 3 /* collapserMetrics */
        start local 3 // com.netflix.hystrix.HystrixCollapserMetrics collapserMetrics
         3: .line 175
            aload 3 /* collapserMetrics */
            invokevirtual com.netflix.hystrix.HystrixCollapserMetrics.getCollapserKey:()Lcom/netflix/hystrix/HystrixCollapserKey;
            astore 5 /* collapserKey */
        start local 5 // com.netflix.hystrix.HystrixCollapserKey collapserKey
         4: .line 176
            aload 2 /* collapserConfigPerKey */
            aload 5 /* collapserKey */
            aload 5 /* collapserKey */
            aload 3 /* collapserMetrics */
            invokevirtual com.netflix.hystrix.HystrixCollapserMetrics.getProperties:()Lcom/netflix/hystrix/HystrixCollapserProperties;
            invokestatic com.netflix.hystrix.config.HystrixConfigurationStream.sampleCollapserConfiguration:(Lcom/netflix/hystrix/HystrixCollapserKey;Lcom/netflix/hystrix/HystrixCollapserProperties;)Lcom/netflix/hystrix/config/HystrixCollapserConfiguration;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // com.netflix.hystrix.HystrixCollapserKey collapserKey
        end local 3 // com.netflix.hystrix.HystrixCollapserMetrics collapserMetrics
         5: .line 174
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 178
            aload 2 /* collapserConfigPerKey */
            areturn
        end local 2 // java.util.Map collapserConfigPerKey
        end local 1 // java.lang.Long timestamp
        end local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$4 this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Lcom/netflix/hystrix/config/HystrixConfigurationStream$4;
            0    7     1              timestamp  Ljava/lang/Long;
            1    7     2  collapserConfigPerKey  Ljava/util/Map<Lcom/netflix/hystrix/HystrixCollapserKey;Lcom/netflix/hystrix/config/HystrixCollapserConfiguration;>;
            3    5     3       collapserMetrics  Lcom/netflix/hystrix/HystrixCollapserMetrics;
            4    5     5           collapserKey  Lcom/netflix/hystrix/HystrixCollapserKey;
    Signature: (Ljava/lang/Long;)Ljava/util/Map<Lcom/netflix/hystrix/HystrixCollapserKey;Lcom/netflix/hystrix/config/HystrixCollapserConfiguration;>;
    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$4.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/HystrixCollapserKey;Lcom/netflix/hystrix/config/HystrixCollapserConfiguration;>;>;
SourceFile: "HystrixConfigurationStream.java"
EnclosingMethod: com.netflix.hystrix.config.HystrixConfigurationStream
NestHost: com.netflix.hystrix.config.HystrixConfigurationStream
InnerClasses:
  com.netflix.hystrix.config.HystrixConfigurationStream$4