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 0: aload 0
aload 1
putfield com.microsoft.azure.AzureClient$20$1.this$1:Lcom/microsoft/azure/AzureClient$20;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 start local 2 0: aload 1
instanceof com.microsoft.azure.CloudException
ifne 1
aload 2
invokevirtual java.lang.Integer.intValue:()I
iconst_5
if_icmpne 2
1: StackMap locals:
StackMap stack:
aload 1
invokestatic rx.exceptions.Exceptions.propagate:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
athrow
2: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 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: 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