class com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1 implements rx.functions.Func1<java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.AppSetting>, rx.Observable<com.microsoft.azure.management.resources.fluentcore.model.Indexable>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8 this$1;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$8;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public rx.Observable<com.microsoft.azure.management.resources.fluentcore.model.Indexable> call(java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.AppSetting>);
    descriptor: (Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1 this
        start local 1 // java.util.Map stringAppSettingMap
         0: .line 200
            aload 1 /* stringAppSettingMap */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1 java.util.Map top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.AppSetting
            astore 2 /* appSetting */
        start local 2 // com.microsoft.azure.management.appservice.AppSetting appSetting
         2: .line 201
            aload 2 /* appSetting */
            invokeinterface com.microsoft.azure.management.appservice.AppSetting.sticky:()Z
            ifeq 5
         3: .line 202
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1.this$1:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$8;
            invokestatic com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8.access$1:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$8;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            aload 2 /* appSetting */
            invokeinterface com.microsoft.azure.management.appservice.AppSetting.key:()Ljava/lang/String;
            aload 2 /* appSetting */
            invokeinterface com.microsoft.azure.management.appservice.AppSetting.value:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withStickyAppSetting:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            pop
         4: .line 203
            goto 6
         5: .line 204
      StackMap locals: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1 java.util.Map com.microsoft.azure.management.appservice.AppSetting java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1.this$1:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$8;
            invokestatic com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8.access$1:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$8;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            aload 2 /* appSetting */
            invokeinterface com.microsoft.azure.management.appservice.AppSetting.key:()Ljava/lang/String;
            aload 2 /* appSetting */
            invokeinterface com.microsoft.azure.management.appservice.AppSetting.value:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withAppSetting:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            pop
        end local 2 // com.microsoft.azure.management.appservice.AppSetting appSetting
         6: .line 200
      StackMap locals: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1 java.util.Map top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         7: .line 207
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1.this$1:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$8;
            invokestatic com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8.access$1:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$8;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            invokestatic com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.access$8:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)Lrx/Observable;
            areturn
        end local 1 // java.util.Map stringAppSettingMap
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1 this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$8$1;
            0    8     1  stringAppSettingMap  Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppSetting;>;
            2    6     2           appSetting  Lcom/microsoft/azure/management/appservice/AppSetting;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppSetting;>;)Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;
    MethodParameters:
                     Name  Flags
      stringAppSettingMap  

  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 java.util.Map
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1.call:(Ljava/util/Map;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/AppSetting;>;Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;>;
SourceFile: "DeploymentSlotBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8.call:(Lcom/microsoft/azure/management/appservice/WebAppBase;)Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$8$1