class com.microsoft.azure.AzureServiceFuture$1 implements rx.functions.Func1<java.lang.String, rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.microsoft.azure.AzureServiceFuture$1
super_class: java.lang.Object
{
private final rx.functions.Func1 val$next;
descriptor: Lrx/functions/Func1;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(rx.functions.Func1);
descriptor: (Lrx/functions/Func1;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.microsoft.azure.AzureServiceFuture$1.val$next:Lrx/functions/Func1;
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/AzureServiceFuture$1;
MethodParameters:
Name Flags
val$next final
public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>> call(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.AzureServiceFuture$1.val$next:Lrx/functions/Func1;
aload 1
invokeinterface rx.functions.Func1.call:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast rx.Observable
1: new com.microsoft.azure.AzureServiceFuture$1$1
dup
aload 0
invokespecial com.microsoft.azure.AzureServiceFuture$1$1.<init>:(Lcom/microsoft/azure/AzureServiceFuture$1;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/AzureServiceFuture$1;
0 3 1 s Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;
MethodParameters:
Name Flags
s
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: aload 0
aload 1
checkcast java.lang.String
invokevirtual com.microsoft.azure.AzureServiceFuture$1.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<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;>;
SourceFile: "AzureServiceFuture.java"
EnclosingMethod: com.microsoft.azure.AzureServiceFuture.fromHeaderPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
NestHost: com.microsoft.azure.AzureServiceFuture
InnerClasses:
com.microsoft.azure.AzureServiceFuture$1
com.microsoft.azure.AzureServiceFuture$1$1