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

  public rx.Observable<com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner> call(com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31 this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner slotConfigNamesResourceInner
         0: .line 1119
            aload 1 /* slotConfigNamesResourceInner */
            ifnonnull 2
         1: .line 1120
            new com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.<init>:()V
            astore 1 /* slotConfigNamesResourceInner */
         2: .line 1122
      StackMap locals:
      StackMap stack:
            aload 1 /* slotConfigNamesResourceInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.appSettingNames:()Ljava/util/List;
            ifnonnull 4
         3: .line 1123
            aload 1 /* slotConfigNamesResourceInner */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.withAppSettingNames:(Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
            pop
         4: .line 1125
      StackMap locals:
      StackMap stack:
            aload 1 /* slotConfigNamesResourceInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.connectionStringNames:()Ljava/util/List;
            ifnonnull 6
         5: .line 1126
            aload 1 /* slotConfigNamesResourceInner */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.withConnectionStringNames:(Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
            pop
         6: .line 1128
      StackMap locals:
      StackMap stack:
            new java.util.HashSet
            dup
            aload 1 /* slotConfigNamesResourceInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.appSettingNames:()Ljava/util/List;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            astore 2 /* stickyAppSettingKeys */
        start local 2 // java.util.Set stickyAppSettingKeys
         7: .line 1129
            new java.util.HashSet
            dup
            aload 1 /* slotConfigNamesResourceInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.connectionStringNames:()Ljava/util/List;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            astore 3 /* stickyConnectionStringNames */
        start local 3 // java.util.Set stickyConnectionStringNames
         8: .line 1130
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.appSettingStickiness:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 14
      StackMap locals: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31 com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner java.util.Set java.util.Set top java.util.Iterator
      StackMap stack:
         9: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* stickiness */
        start local 4 // java.util.Map$Entry stickiness
        10: .line 1131
            aload 4 /* stickiness */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 13
        11: .line 1132
            aload 2 /* stickyAppSettingKeys */
            aload 4 /* stickiness */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        12: .line 1133
            goto 14
        13: .line 1134
      StackMap locals: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31 com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner java.util.Set java.util.Set java.util.Map$Entry java.util.Iterator
      StackMap stack:
            aload 2 /* stickyAppSettingKeys */
            aload 4 /* stickiness */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.util.Map$Entry stickiness
        14: .line 1130
      StackMap locals: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31 com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner java.util.Set java.util.Set top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        15: .line 1137
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.connectionStringStickiness:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 21
      StackMap locals:
      StackMap stack:
        16: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* stickiness */
        start local 4 // java.util.Map$Entry stickiness
        17: .line 1138
            aload 4 /* stickiness */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 20
        18: .line 1139
            aload 3 /* stickyConnectionStringNames */
            aload 4 /* stickiness */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        19: .line 1140
            goto 21
        20: .line 1141
      StackMap locals: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31 com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner java.util.Set java.util.Set java.util.Map$Entry java.util.Iterator
      StackMap stack:
            aload 3 /* stickyConnectionStringNames */
            aload 4 /* stickiness */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.util.Map$Entry stickiness
        21: .line 1137
      StackMap locals: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31 com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner java.util.Set java.util.Set top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        22: .line 1144
            aload 1 /* slotConfigNamesResourceInner */
            new java.util.ArrayList
            dup
            aload 2 /* stickyAppSettingKeys */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.withAppSettingNames:(Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
            pop
        23: .line 1145
            aload 1 /* slotConfigNamesResourceInner */
            new java.util.ArrayList
            dup
            aload 3 /* stickyConnectionStringNames */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokevirtual com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.withConnectionStringNames:(Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
            pop
        24: .line 1146
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            aload 1 /* slotConfigNamesResourceInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.updateSlotConfigurations:(Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Lrx/Observable;
            areturn
        end local 3 // java.util.Set stickyConnectionStringNames
        end local 2 // java.util.Set stickyAppSettingKeys
        end local 1 // com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner slotConfigNamesResourceInner
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31 this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   25     0                          this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$31;
            0   25     1  slotConfigNamesResourceInner  Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
            7   25     2          stickyAppSettingKeys  Ljava/util/Set<Ljava/lang/String;>;
            8   25     3   stickyConnectionStringNames  Ljava/util/Set<Ljava/lang/String;>;
           10   14     4                    stickiness  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/Boolean;>;
           17   21     4                    stickiness  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/Boolean;>;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;>;
    MethodParameters:
                              Name  Flags
      slotConfigNamesResourceInner  

  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.SlotConfigNamesResourceInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31.call:(Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;>;>;
SourceFile: "WebAppBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.submitStickiness:()Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$31
  public abstract Entry = java.util.Map$Entry of java.util.Map