class com.netflix.hystrix.config.HystrixConfigurationStream$7 implements rx.functions.Func1<com.netflix.hystrix.config.HystrixConfiguration, 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$7
  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$7 this
         0: .line 201
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixConfigurationStream$7;

  public java.util.Map<com.netflix.hystrix.HystrixCollapserKey, com.netflix.hystrix.config.HystrixCollapserConfiguration> call(com.netflix.hystrix.config.HystrixConfiguration);
    descriptor: (Lcom/netflix/hystrix/config/HystrixConfiguration;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$7 this
        start local 1 // com.netflix.hystrix.config.HystrixConfiguration hystrixConfiguration
         0: .line 204
            aload 1 /* hystrixConfiguration */
            invokevirtual com.netflix.hystrix.config.HystrixConfiguration.getCollapserConfig:()Ljava/util/Map;
            areturn
        end local 1 // com.netflix.hystrix.config.HystrixConfiguration hystrixConfiguration
        end local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$7 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/netflix/hystrix/config/HystrixConfigurationStream$7;
            0    1     1  hystrixConfiguration  Lcom/netflix/hystrix/config/HystrixConfiguration;
    Signature: (Lcom/netflix/hystrix/config/HystrixConfiguration;)Ljava/util/Map<Lcom/netflix/hystrix/HystrixCollapserKey;Lcom/netflix/hystrix/config/HystrixCollapserConfiguration;>;
    MethodParameters:
                      Name  Flags
      hystrixConfiguration  

  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 com.netflix.hystrix.config.HystrixConfiguration
            invokevirtual com.netflix.hystrix.config.HystrixConfigurationStream$7.call:(Lcom/netflix/hystrix/config/HystrixConfiguration;)Ljava/util/Map;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lcom/netflix/hystrix/config/HystrixConfiguration;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$7