class com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1 implements rx.functions.Func1<java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.ConnectionString>, 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$9$1
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9 this$1;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1 this
         0: .line 221
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1.this$1:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9$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.ConnectionString>);
    descriptor: (Ljava/util/Map;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1 this
        start local 1 // java.util.Map stringConnectionStringMap
         0: .line 224
            aload 1 /* stringConnectionStringMap */
            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$9$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.ConnectionString
            astore 2 /* connectionString */
        start local 2 // com.microsoft.azure.management.appservice.ConnectionString connectionString
         2: .line 225
            aload 2 /* connectionString */
            invokeinterface com.microsoft.azure.management.appservice.ConnectionString.sticky:()Z
            ifeq 5
         3: .line 226
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1.this$1:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9;
            invokestatic com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9.access$1:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            aload 2 /* connectionString */
            invokeinterface com.microsoft.azure.management.appservice.ConnectionString.name:()Ljava/lang/String;
            aload 2 /* connectionString */
            invokeinterface com.microsoft.azure.management.appservice.ConnectionString.value:()Ljava/lang/String;
            aload 2 /* connectionString */
            invokeinterface com.microsoft.azure.management.appservice.ConnectionString.type:()Lcom/microsoft/azure/management/appservice/ConnectionStringType;
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withStickyConnectionString:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ConnectionStringType;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            pop
         4: .line 227
            goto 6
         5: .line 228
      StackMap locals: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1 java.util.Map com.microsoft.azure.management.appservice.ConnectionString java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1.this$1:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9;
            invokestatic com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9.access$1:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            aload 2 /* connectionString */
            invokeinterface com.microsoft.azure.management.appservice.ConnectionString.name:()Ljava/lang/String;
            aload 2 /* connectionString */
            invokeinterface com.microsoft.azure.management.appservice.ConnectionString.value:()Ljava/lang/String;
            aload 2 /* connectionString */
            invokeinterface com.microsoft.azure.management.appservice.ConnectionString.type:()Lcom/microsoft/azure/management/appservice/ConnectionStringType;
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.withConnectionString:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ConnectionStringType;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            pop
        end local 2 // com.microsoft.azure.management.appservice.ConnectionString connectionString
         6: .line 224
      StackMap locals: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1 java.util.Map top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         7: .line 231
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1.this$1:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9;
            invokestatic com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9.access$1:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            invokestatic com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.access$9:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;)Lrx/Observable;
            areturn
        end local 1 // java.util.Map stringConnectionStringMap
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1 this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    8     0                       this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$9$1;
            0    8     1  stringConnectionStringMap  Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ConnectionString;>;
            2    6     2           connectionString  Lcom/microsoft/azure/management/appservice/ConnectionString;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ConnectionString;>;)Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;
    MethodParameters:
                           Name  Flags
      stringConnectionStringMap  

  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$9$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/ConnectionString;>;Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;>;
SourceFile: "DeploymentSlotBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9.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$9
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$9$1