class com.microsoft.azure.AzureClient$20$1 implements rx.functions.Func2<java.lang.Throwable, java.lang.Integer, java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.AzureClient$20$1
  super_class: java.lang.Object
{
  final com.microsoft.azure.AzureClient$20 this$1;
    descriptor: Lcom/microsoft/azure/AzureClient$20;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public java.lang.Integer call(java.lang.Throwable, java.lang.Integer);
    descriptor: (Ljava/lang/Throwable;Ljava/lang/Integer;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.AzureClient$20$1 this
        start local 1 // java.lang.Throwable throwable
        start local 2 // java.lang.Integer integer
         0: .line 516
            aload 1 /* throwable */
            instanceof com.microsoft.azure.CloudException
            ifne 1
            aload 2 /* integer */
            invokevirtual java.lang.Integer.intValue:()I
            iconst_5
            if_icmpne 2
         1: .line 517
      StackMap locals:
      StackMap stack:
            aload 1 /* throwable */
            invokestatic rx.exceptions.Exceptions.propagate:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
         2: .line 519
      StackMap locals:
      StackMap stack:
            aload 2 /* integer */
            areturn
        end local 2 // java.lang.Integer integer
        end local 1 // java.lang.Throwable throwable
        end local 0 // com.microsoft.azure.AzureClient$20$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/microsoft/azure/AzureClient$20$1;
            0    3     1  throwable  Ljava/lang/Throwable;
            0    3     2    integer  Ljava/lang/Integer;
    MethodParameters:
           Name  Flags
      throwable  
      integer    

  public java.lang.Object call(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Throwable
            aload 2
            checkcast java.lang.Integer
            invokevirtual com.microsoft.azure.AzureClient$20$1.call:(Ljava/lang/Throwable;Ljava/lang/Integer;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func2<Ljava/lang/Throwable;Ljava/lang/Integer;Ljava/lang/Integer;>;
SourceFile: "AzureClient.java"
EnclosingMethod: com.microsoft.azure.AzureClient$20.call:(Lrx/Observable;)Lrx/Observable;
NestHost: com.microsoft.azure.AzureClient
InnerClasses:
  com.microsoft.azure.AzureClient$20
  com.microsoft.azure.AzureClient$20$1