class com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6 implements rx.functions.Func2<com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner, com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner, java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.ConnectionString>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl this$0;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6 this
         0: .line 703
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$6;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.ConnectionString> call(com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner, com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6 this
        start local 1 // com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner connectionStringsInner
        start local 2 // com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner slotConfigs
         0: .line 706
            aload 1 /* connectionStringsInner */
            ifnull 1
            aload 1 /* connectionStringsInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner.properties:()Ljava/util/Map;
            ifnonnull 2
         1: .line 707
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 709
      StackMap locals:
      StackMap stack:
            aload 1 /* connectionStringsInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner.properties:()Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            new com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1
            dup
            aload 0 /* this */
            aload 1 /* connectionStringsInner */
            aload 2 /* slotConfigs */
            invokespecial com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$6;Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)V
            invokestatic com.google.common.collect.Maps.asMap:(Ljava/util/Set;Lcom/google/common/base/Function;)Ljava/util/Map;
            areturn
        end local 2 // com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner slotConfigs
        end local 1 // com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner connectionStringsInner
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6 this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$6;
            0    3     1  connectionStringsInner  Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;
            0    3     2             slotConfigs  Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ConnectionString;>;
    MethodParameters:
                        Name  Flags
      connectionStringsInner  final
      slotConfigs             final

  public java.lang.Object call(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner
            aload 2
            checkcast com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6.call:(Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Ljava/util/Map;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func2<Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ConnectionString;>;>;
SourceFile: "WebAppBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.getConnectionStringsAsync:()Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6
  com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1