class com.microsoft.azure.AzureClient$4 implements rx.functions.Func1<retrofit2.Response<okhttp3.ResponseBody>, com.microsoft.azure.PollingState<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.AzureClient$4
  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.reflect.Type val$resourceType;
    descriptor: Ljava/lang/reflect/Type;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public com.microsoft.azure.PollingState<T> call(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/azure/PollingState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.microsoft.azure.AzureClient$4 this
        start local 1 // retrofit2.Response response
         0: .line 172
            aload 0 /* this */
            getfield com.microsoft.azure.AzureClient$4.this$0:Lcom/microsoft/azure/AzureClient;
            aload 1 /* response */
            iconst_3
            anewarray java.lang.Integer
            dup
            iconst_0
            sipush 200
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            sipush 201
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            sipush 202
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.microsoft.azure.AzureClient.createExceptionFromResponse:(Lretrofit2/Response;[Ljava/lang/Integer;)Ljava/lang/RuntimeException;
            astore 2 /* exception */
        start local 2 // java.lang.RuntimeException exception
         1: .line 173
            aload 2 /* exception */
            ifnull 3
         2: .line 174
            aload 2 /* exception */
            athrow
         3: .line 177
      StackMap locals: java.lang.RuntimeException
      StackMap stack:
            aload 1 /* response */
            getstatic com.microsoft.azure.LongRunningOperationOptions.DEFAULT:Lcom/microsoft/azure/LongRunningOperationOptions;
            aload 0 /* this */
            getfield com.microsoft.azure.AzureClient$4.this$0:Lcom/microsoft/azure/AzureClient;
            invokevirtual com.microsoft.azure.AzureClient.longRunningOperationRetryTimeout:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            aload 0 /* this */
            getfield com.microsoft.azure.AzureClient$4.val$resourceType:Ljava/lang/reflect/Type;
            aload 0 /* this */
            getfield com.microsoft.azure.AzureClient$4.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;
            invokestatic com.microsoft.azure.PollingState.create:(Lretrofit2/Response;Lcom/microsoft/azure/LongRunningOperationOptions;ILjava/lang/reflect/Type;Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/azure/PollingState;
            astore 3 /* pollingState */
        start local 3 // com.microsoft.azure.PollingState pollingState
         4: .line 178
            aload 3 /* pollingState */
            aload 1 /* response */
            invokevirtual com.microsoft.azure.PollingState.withPollingUrlFromResponse:(Lretrofit2/Response;)Lcom/microsoft/azure/PollingState;
            pop
         5: .line 179
            aload 3 /* pollingState */
            aload 1 /* response */
            invokevirtual com.microsoft.azure.PollingState.withPollingRetryTimeoutFromResponse:(Lretrofit2/Response;)Lcom/microsoft/azure/PollingState;
            pop
         6: .line 180
            aload 3 /* pollingState */
            aload 1 /* response */
            invokevirtual retrofit2.Response.raw:()Lokhttp3/Response;
            invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
            invokevirtual okhttp3.Request.url:()Lokhttp3/HttpUrl;
            invokevirtual okhttp3.HttpUrl.toString:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.PollingState.withPutOrPatchResourceUri:(Ljava/lang/String;)Lcom/microsoft/azure/PollingState;
            pop
         7: .line 181
            aload 3 /* pollingState */
         8: areturn
        end local 3 // com.microsoft.azure.PollingState pollingState
         9: .line 182
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* ioException */
        start local 3 // java.io.IOException ioException
        10: .line 183
            aload 3 /* ioException */
            invokestatic rx.exceptions.Exceptions.propagate:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 3 // java.io.IOException ioException
        end local 2 // java.lang.RuntimeException exception
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.AzureClient$4 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/microsoft/azure/AzureClient$4;
            0   11     1      response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
            1   11     2     exception  Ljava/lang/RuntimeException;
            4    9     3  pollingState  Lcom/microsoft/azure/PollingState<TT;>;
           10   11     3   ioException  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3     8       9  Class java.io.IOException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/azure/PollingState<TT;>;
    MethodParameters:
          Name  Flags
      response  

  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 retrofit2.Response
            invokevirtual com.microsoft.azure.AzureClient$4.call:(Lretrofit2/Response;)Lcom/microsoft/azure/PollingState;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lretrofit2/Response<Lokhttp3/ResponseBody;>;Lcom/microsoft/azure/PollingState<TT;>;>;
SourceFile: "AzureClient.java"
EnclosingMethod: com.microsoft.azure.AzureClient.beginPutOrPatchAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Single;
NestHost: com.microsoft.azure.AzureClient
InnerClasses:
  com.microsoft.azure.AzureClient$4