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

  public java.util.Map<com.netflix.hystrix.HystrixCommandKey, com.netflix.hystrix.config.HystrixCommandConfiguration> 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$5 this
        start local 1 // com.netflix.hystrix.config.HystrixConfiguration hystrixConfiguration
         0: .line 188
            aload 1 /* hystrixConfiguration */
            invokevirtual com.netflix.hystrix.config.HystrixConfiguration.getCommandConfig:()Ljava/util/Map;
            areturn
        end local 1 // com.netflix.hystrix.config.HystrixConfiguration hystrixConfiguration
        end local 0 // com.netflix.hystrix.config.HystrixConfigurationStream$5 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/netflix/hystrix/config/HystrixConfigurationStream$5;
            0    1     1  hystrixConfiguration  Lcom/netflix/hystrix/config/HystrixConfiguration;
    Signature: (Lcom/netflix/hystrix/config/HystrixConfiguration;)Ljava/util/Map<Lcom/netflix/hystrix/HystrixCommandKey;Lcom/netflix/hystrix/config/HystrixCommandConfiguration;>;
    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$5.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/HystrixCommandKey;Lcom/netflix/hystrix/config/HystrixCommandConfiguration;>;>;
SourceFile: "HystrixConfigurationStream.java"
EnclosingMethod: com.netflix.hystrix.config.HystrixConfigurationStream
NestHost: com.netflix.hystrix.config.HystrixConfigurationStream
InnerClasses:
  com.netflix.hystrix.config.HystrixConfigurationStream$5