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

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

  private final java.lang.String val$id;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public rx.Observable<java.lang.Void> call(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.GenericResourcesImpl$3 this
        start local 1 // java.lang.String apiVersion
         0: .line 123
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourcesImpl$3.val$inner:Lcom/microsoft/azure/management/resources/implementation/ResourcesInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.GenericResourcesImpl$3.val$id:Ljava/lang/String;
            aload 1 /* apiVersion */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourcesInner.deleteByIdAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String apiVersion
        end local 0 // com.microsoft.azure.management.resources.implementation.GenericResourcesImpl$3 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/management/resources/implementation/GenericResourcesImpl$3;
            0    1     1  apiVersion  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
            Name  Flags
      apiVersion  

  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.GenericResourcesImpl$3.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<Ljava/lang/Void;>;>;
SourceFile: "GenericResourcesImpl.java"
EnclosingMethod: com.microsoft.azure.management.resources.implementation.GenericResourcesImpl.deleteByIdAsync:(Ljava/lang/String;)Lrx/Completable;
NestHost: com.microsoft.azure.management.resources.implementation.GenericResourcesImpl
InnerClasses:
  com.microsoft.azure.management.resources.implementation.GenericResourcesImpl$3