class com.microsoft.azure.AzureClient$11 implements rx.functions.Func1<com.microsoft.rest.ServiceResponse<T>, rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<T, THeader>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.AzureClient$11
  super_class: java.lang.Object
{
  final com.microsoft.azure.AzureClient this$0;
    descriptor: Lcom/microsoft/azure/AzureClient;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(com.microsoft.azure.AzureClient, java.lang.Class);
    descriptor: (Lcom/microsoft/azure/AzureClient;Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.AzureClient$11 this
         0: .line 300
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.AzureClient$11.this$0:Lcom/microsoft/azure/AzureClient;
            aload 0 /* this */
            aload 2
            putfield com.microsoft.azure.AzureClient$11.val$headerType:Ljava/lang/Class;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.AzureClient$11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureClient$11;
    MethodParameters:
                Name  Flags
      this$0          final
      val$headerType  final

  public rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<T, THeader>> call(com.microsoft.rest.ServiceResponse<T>);
    descriptor: (Lcom/microsoft/rest/ServiceResponse;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.microsoft.azure.AzureClient$11 this
        start local 1 // com.microsoft.rest.ServiceResponse serviceResponse
         0: .line 305
            new com.microsoft.rest.ServiceResponseWithHeaders
            dup
            aload 1 /* serviceResponse */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
         1: .line 306
            aload 0 /* this */
            getfield com.microsoft.azure.AzureClient$11.this$0:Lcom/microsoft/azure/AzureClient;
            invokevirtual com.microsoft.azure.AzureClient.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            aload 0 /* this */
            getfield com.microsoft.azure.AzureClient$11.this$0:Lcom/microsoft/azure/AzureClient;
            invokevirtual com.microsoft.azure.AzureClient.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            aload 1 /* serviceResponse */
            invokevirtual com.microsoft.rest.ServiceResponse.response:()Lretrofit2/Response;
            invokevirtual retrofit2.Response.headers:()Lokhttp3/Headers;
            invokeinterface com.microsoft.rest.protocol.SerializerAdapter.serialize:(Ljava/lang/Object;)Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.AzureClient$11.val$headerType:Ljava/lang/Class;
            invokeinterface com.microsoft.rest.protocol.SerializerAdapter.deserialize:(Ljava/lang/String;Ljava/lang/reflect/Type;)Ljava/lang/Object;
         2: .line 307
            aload 1 /* serviceResponse */
            invokevirtual com.microsoft.rest.ServiceResponse.response:()Lretrofit2/Response;
         3: .line 305
            invokespecial com.microsoft.rest.ServiceResponseWithHeaders.<init>:(Ljava/lang/Object;Ljava/lang/Object;Lretrofit2/Response;)V
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
         4: .line 304
            areturn
         5: .line 308
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 309
            aload 2 /* e */
            invokestatic rx.Observable.error:(Ljava/lang/Throwable;)Lrx/Observable;
            areturn
        end local 2 // java.io.IOException e
        end local 1 // com.microsoft.rest.ServiceResponse serviceResponse
        end local 0 // com.microsoft.azure.AzureClient$11 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/microsoft/azure/AzureClient$11;
            0    7     1  serviceResponse  Lcom/microsoft/rest/ServiceResponse<TT;>;
            6    7     2                e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    Signature: (Lcom/microsoft/rest/ServiceResponse<TT;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<TT;TTHeader;>;>;
    MethodParameters:
                 Name  Flags
      serviceResponse  

  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.rest.ServiceResponse
            invokevirtual com.microsoft.azure.AzureClient$11.call:(Lcom/microsoft/rest/ServiceResponse;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lcom/microsoft/rest/ServiceResponse<TT;>;Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<TT;TTHeader;>;>;>;
SourceFile: "AzureClient.java"
EnclosingMethod: com.microsoft.azure.AzureClient.getPutOrPatchResultWithHeadersAsync:(Lrx/Observable;Ljava/lang/reflect/Type;Ljava/lang/Class;)Lrx/Observable;
NestHost: com.microsoft.azure.AzureClient
InnerClasses:
  com.microsoft.azure.AzureClient$11