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

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

  public java.util.Map<java.lang.String, java.lang.String> call(com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionKeyListResult);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl$FunctionKeyListResult;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$7 this
        start local 1 // com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionKeyListResult result
         0: .line 462
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* keys */
        start local 2 // java.util.Map keys
         1: .line 463
            aload 1 /* result */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionKeyListResult.keys:Ljava/util/List;
            ifnull 6
         2: .line 464
            aload 1 /* result */
            getfield com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionKeyListResult.keys:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$7 com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionKeyListResult java.util.Map top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.NameValuePair
            astore 3 /* pair */
        start local 3 // com.microsoft.azure.management.appservice.NameValuePair pair
         4: .line 465
            aload 2 /* keys */
            aload 3 /* pair */
            invokevirtual com.microsoft.azure.management.appservice.NameValuePair.name:()Ljava/lang/String;
            aload 3 /* pair */
            invokevirtual com.microsoft.azure.management.appservice.NameValuePair.value:()Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // com.microsoft.azure.management.appservice.NameValuePair pair
         5: .line 464
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 468
      StackMap locals: com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$7 com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionKeyListResult java.util.Map
      StackMap stack:
            aload 2 /* keys */
            areturn
        end local 2 // java.util.Map keys
        end local 1 // com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionKeyListResult result
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$7 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl$7;
            0    7     1  result  Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl$FunctionKeyListResult;
            1    7     2    keys  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            4    5     3    pair  Lcom/microsoft/azure/management/appservice/NameValuePair;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl$FunctionKeyListResult;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      result  

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