class com.microsoft.azure.management.cosmosdb.implementation.CosmosDBAccountImpl$4 implements rx.functions.Func1<java.util.List<com.microsoft.azure.management.cosmosdb.implementation.SqlDatabaseGetResultsInner>, java.util.List<com.microsoft.azure.management.cosmosdb.SqlDatabase>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.cosmosdb.implementation.CosmosDBAccountImpl$4
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.cosmosdb.implementation.CosmosDBAccountImpl this$0;
    descriptor: Lcom/microsoft/azure/management/cosmosdb/implementation/CosmosDBAccountImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public java.util.List<com.microsoft.azure.management.cosmosdb.SqlDatabase> call(java.util.List<com.microsoft.azure.management.cosmosdb.implementation.SqlDatabaseGetResultsInner>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.microsoft.azure.management.cosmosdb.implementation.CosmosDBAccountImpl$4 this
        start local 1 // java.util.List sqlDatabaseInners
         0: .line 176
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* sqlDatabases */
        start local 2 // java.util.List sqlDatabases
         1: .line 177
            aload 1 /* sqlDatabaseInners */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.microsoft.azure.management.cosmosdb.implementation.CosmosDBAccountImpl$4 java.util.List java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cosmosdb.implementation.SqlDatabaseGetResultsInner
            astore 3 /* inner */
        start local 3 // com.microsoft.azure.management.cosmosdb.implementation.SqlDatabaseGetResultsInner inner
         3: .line 178
            aload 2 /* sqlDatabases */
            new com.microsoft.azure.management.cosmosdb.implementation.SqlDatabaseImpl
            dup
            aload 3 /* inner */
            invokespecial com.microsoft.azure.management.cosmosdb.implementation.SqlDatabaseImpl.<init>:(Lcom/microsoft/azure/management/cosmosdb/implementation/SqlDatabaseGetResultsInner;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.microsoft.azure.management.cosmosdb.implementation.SqlDatabaseGetResultsInner inner
         4: .line 177
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 180
            aload 2 /* sqlDatabases */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 2 // java.util.List sqlDatabases
        end local 1 // java.util.List sqlDatabaseInners
        end local 0 // com.microsoft.azure.management.cosmosdb.implementation.CosmosDBAccountImpl$4 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lcom/microsoft/azure/management/cosmosdb/implementation/CosmosDBAccountImpl$4;
            0    6     1  sqlDatabaseInners  Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/implementation/SqlDatabaseGetResultsInner;>;
            1    6     2       sqlDatabases  Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/SqlDatabase;>;
            3    4     3              inner  Lcom/microsoft/azure/management/cosmosdb/implementation/SqlDatabaseGetResultsInner;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/implementation/SqlDatabaseGetResultsInner;>;)Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/SqlDatabase;>;
    MethodParameters:
                   Name  Flags
      sqlDatabaseInners  

  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.List
            invokevirtual com.microsoft.azure.management.cosmosdb.implementation.CosmosDBAccountImpl$4.call:(Ljava/util/List;)Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/implementation/SqlDatabaseGetResultsInner;>;Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/SqlDatabase;>;>;
SourceFile: "CosmosDBAccountImpl.java"
EnclosingMethod: com.microsoft.azure.management.cosmosdb.implementation.CosmosDBAccountImpl.listSqlDatabasesAsync:()Lrx/Observable;
NestHost: com.microsoft.azure.management.cosmosdb.implementation.CosmosDBAccountImpl
InnerClasses:
  com.microsoft.azure.management.cosmosdb.implementation.CosmosDBAccountImpl$4