class com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2 implements rx.functions.Func1<java.lang.String, rx.Observable<com.microsoft.azure.management.resources.GenericResource>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.resources.implementation.GenericResourceImpl this$0;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.microsoft.azure.management.resources.implementation.ResourcesInner val$resourceClient;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/ResourcesInner;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.microsoft.azure.management.resources.implementation.GenericResourceImpl val$self;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public rx.Observable<com.microsoft.azure.management.resources.GenericResource> call(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2 this
        start local 1 // java.lang.String api
         0: .line 171
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.this$0:Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.GenericResourceImpl.name:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         1: .line 172
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.this$0:Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.GenericResourceImpl.isInCreateMode:()Z
            ifne 3
         2: .line 173
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.this$0:Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.GenericResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.GenericResourceInner
            invokevirtual com.microsoft.azure.management.resources.implementation.GenericResourceInner.id:()Ljava/lang/String;
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.nameFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* name */
         3: .line 175
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.val$resourceClient:Lcom/microsoft/azure/management/resources/implementation/ResourcesInner;
         4: .line 176
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.this$0:Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.GenericResourceImpl.resourceGroupName:()Ljava/lang/String;
         5: .line 177
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.this$0:Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl.resourceProviderNamespace:Ljava/lang/String;
         6: .line 178
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.this$0:Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.GenericResourceImpl.parentResourcePath:()Ljava/lang/String;
         7: .line 179
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.this$0:Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl.resourceType:Ljava/lang/String;
         8: .line 180
            aload 2 /* name */
         9: .line 181
            aload 1 /* api */
        10: .line 182
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.this$0:Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.GenericResourceImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.GenericResourceInner
        11: .line 175
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourcesInner.createOrUpdateAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/resources/implementation/GenericResourceInner;)Lrx/Observable;
        12: .line 183
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.SdkContext.getRxScheduler:()Lrx/Scheduler;
            invokevirtual rx.Observable.subscribeOn:(Lrx/Scheduler;)Lrx/Observable;
        13: .line 184
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.this$0:Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.val$self:Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;
            invokestatic com.microsoft.azure.management.resources.implementation.GenericResourceImpl.access$25:(Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl;Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 175
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String api
        end local 0 // com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/microsoft/azure/management/resources/implementation/GenericResourceImpl$2;
            0   15     1   api  Ljava/lang/String;
            1   15     2  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/GenericResource;>;
    MethodParameters:
      Name  Flags
      api   

  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.lang.String
            invokevirtual com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2.call:(Ljava/lang/String;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/azure/management/resources/GenericResource;>;>;
SourceFile: "GenericResourceImpl.java"
EnclosingMethod: com.microsoft.azure.management.resources.implementation.GenericResourceImpl.createResourceAsync:()Lrx/Observable;
NestHost: com.microsoft.azure.management.resources.implementation.GenericResourceImpl
InnerClasses:
  com.microsoft.azure.management.resources.implementation.GenericResourceImpl$2