class com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27 implements rx.functions.Func1<com.microsoft.azure.management.appservice.implementation.StringDictionaryInner, rx.Observable<com.microsoft.azure.management.appservice.implementation.StringDictionaryInner>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27
  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$27 this
         0: .line 1052
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27.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$27 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$27;
    MethodParameters:
        Name  Flags
      this$0  final

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.StringDictionaryInner> call(com.microsoft.azure.management.appservice.implementation.StringDictionaryInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27 this
        start local 1 // com.microsoft.azure.management.appservice.implementation.StringDictionaryInner stringDictionaryInner
         0: .line 1055
            aload 1 /* stringDictionaryInner */
            ifnonnull 2
         1: .line 1056
            new com.microsoft.azure.management.appservice.implementation.StringDictionaryInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.StringDictionaryInner.<init>:()V
            astore 1 /* stringDictionaryInner */
         2: .line 1058
      StackMap locals:
      StackMap stack:
            aload 1 /* stringDictionaryInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.StringDictionaryInner.properties:()Ljava/util/Map;
            ifnonnull 4
         3: .line 1059
            aload 1 /* stringDictionaryInner */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            invokevirtual com.microsoft.azure.management.appservice.implementation.StringDictionaryInner.withProperties:(Ljava/util/Map;)Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;
            pop
         4: .line 1061
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.appSettingsToRemove:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27 com.microsoft.azure.management.appservice.implementation.StringDictionaryInner top java.util.Iterator
      StackMap stack:
         5: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* appSettingKey */
        start local 2 // java.lang.String appSettingKey
         6: .line 1062
            aload 1 /* stringDictionaryInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.StringDictionaryInner.properties:()Ljava/util/Map;
            aload 2 /* appSettingKey */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // java.lang.String appSettingKey
         7: .line 1061
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 1064
            aload 1 /* stringDictionaryInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.StringDictionaryInner.properties:()Ljava/util/Map;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.appSettingsToAdd:Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
         9: .line 1065
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            aload 1 /* stringDictionaryInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.updateAppSettings:(Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.StringDictionaryInner stringDictionaryInner
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27 this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0                   this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$27;
            0   10     1  stringDictionaryInner  Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;
            6    7     2          appSettingKey  Ljava/lang/String;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;>;
    MethodParameters:
                       Name  Flags
      stringDictionaryInner  

  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.microsoft.azure.management.appservice.implementation.StringDictionaryInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27.call:(Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/StringDictionaryInner;>;>;
SourceFile: "WebAppBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.submitAppSettings:()Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$27