final class com.microsoft.azure.AzureServiceFuture$PagingSubscriber<E> extends rx.Subscriber<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.AzureServiceFuture$PagingSubscriber
  super_class: rx.Subscriber
{
  private com.microsoft.azure.AzureServiceFuture<java.util.List<E>> serviceCall;
    descriptor: Lcom/microsoft/azure/AzureServiceFuture;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/microsoft/azure/AzureServiceFuture<Ljava/util/List<TE;>;>;

  private rx.functions.Func1<java.lang.String, rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>>> next;
    descriptor: Lrx/functions/Func1;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;>;

  private com.microsoft.azure.ListOperationCallback<E> callback;
    descriptor: Lcom/microsoft/azure/ListOperationCallback;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/microsoft/azure/ListOperationCallback<TE;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>> lastResponse;
    descriptor: Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;

  void <init>(com.microsoft.azure.AzureServiceFuture<java.util.List<E>>, rx.functions.Func1<java.lang.String, rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>>>, com.microsoft.azure.ListOperationCallback<E>);
    descriptor: (Lcom/microsoft/azure/AzureServiceFuture;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber this
        start local 1 // com.microsoft.azure.AzureServiceFuture serviceCall
        start local 2 // rx.functions.Func1 next
        start local 3 // com.microsoft.azure.ListOperationCallback callback
         0: .line 88
            aload 0 /* this */
            invokespecial rx.Subscriber.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* serviceCall */
            putfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.serviceCall:Lcom/microsoft/azure/AzureServiceFuture;
         2: .line 90
            aload 0 /* this */
            aload 2 /* next */
            putfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.next:Lrx/functions/Func1;
         3: .line 91
            aload 0 /* this */
            aload 3 /* callback */
            putfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
         4: .line 92
            return
        end local 3 // com.microsoft.azure.ListOperationCallback callback
        end local 2 // rx.functions.Func1 next
        end local 1 // com.microsoft.azure.AzureServiceFuture serviceCall
        end local 0 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/microsoft/azure/AzureServiceFuture$PagingSubscriber<TE;>;
            0    5     1  serviceCall  Lcom/microsoft/azure/AzureServiceFuture<Ljava/util/List<TE;>;>;
            0    5     2         next  Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;>;
            0    5     3     callback  Lcom/microsoft/azure/ListOperationCallback<TE;>;
    Signature: (Lcom/microsoft/azure/AzureServiceFuture<Ljava/util/List<TE;>;>;Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;>;Lcom/microsoft/azure/ListOperationCallback<TE;>;)V
    MethodParameters:
             Name  Flags
      serviceCall  final
      next         final
      callback     final

  public void onCompleted();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber this
         0: .line 97
            return
        end local 0 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureServiceFuture$PagingSubscriber<TE;>;

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber this
        start local 1 // java.lang.Throwable e
         0: .line 101
            aload 0 /* this */
            getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.serviceCall:Lcom/microsoft/azure/AzureServiceFuture;
            aload 1 /* e */
            invokestatic com.microsoft.azure.AzureServiceFuture.access$0:(Lcom/microsoft/azure/AzureServiceFuture;Ljava/lang/Throwable;)Z
            pop
         1: .line 102
            aload 0 /* this */
            getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
            ifnull 3
         2: .line 103
            aload 0 /* this */
            getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
            aload 1 /* e */
            invokevirtual com.microsoft.azure.ListOperationCallback.failure:(Ljava/lang/Throwable;)V
         3: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable e
        end local 0 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/AzureServiceFuture$PagingSubscriber<TE;>;
            0    4     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void onNext(com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>);
    descriptor: (Lcom/microsoft/rest/ServiceResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber this
        start local 1 // com.microsoft.rest.ServiceResponse serviceResponse
         0: .line 109
            aload 0 /* this */
            aload 1 /* serviceResponse */
            putfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.lastResponse:Lcom/microsoft/rest/ServiceResponse;
         1: .line 110
            getstatic com.microsoft.azure.ListOperationCallback$PagingBehavior.CONTINUE:Lcom/microsoft/azure/ListOperationCallback$PagingBehavior;
            astore 2 /* behavior */
        start local 2 // com.microsoft.azure.ListOperationCallback$PagingBehavior behavior
         2: .line 111
            aload 0 /* this */
            getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
            ifnull 6
         3: .line 112
            aload 0 /* this */
            getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
            aload 1 /* serviceResponse */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokeinterface com.microsoft.azure.Page.items:()Ljava/util/List;
            invokevirtual com.microsoft.azure.ListOperationCallback.progress:(Ljava/util/List;)Lcom/microsoft/azure/ListOperationCallback$PagingBehavior;
            astore 2 /* behavior */
         4: .line 113
            aload 2 /* behavior */
            getstatic com.microsoft.azure.ListOperationCallback$PagingBehavior.STOP:Lcom/microsoft/azure/ListOperationCallback$PagingBehavior;
            if_acmpeq 5
            aload 1 /* serviceResponse */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokeinterface com.microsoft.azure.Page.nextPageLink:()Ljava/lang/String;
            ifnonnull 6
         5: .line 114
      StackMap locals: com.microsoft.azure.ListOperationCallback$PagingBehavior
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
            invokevirtual com.microsoft.azure.ListOperationCallback.success:()V
         6: .line 117
      StackMap locals:
      StackMap stack:
            aload 2 /* behavior */
            getstatic com.microsoft.azure.ListOperationCallback$PagingBehavior.STOP:Lcom/microsoft/azure/ListOperationCallback$PagingBehavior;
            if_acmpeq 7
            aload 1 /* serviceResponse */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokeinterface com.microsoft.azure.Page.nextPageLink:()Ljava/lang/String;
            ifnonnull 9
         7: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.serviceCall:Lcom/microsoft/azure/AzureServiceFuture;
            aload 0 /* this */
            getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.lastResponse:Lcom/microsoft/rest/ServiceResponse;
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokeinterface com.microsoft.azure.Page.items:()Ljava/util/List;
            invokestatic com.microsoft.azure.AzureServiceFuture.access$1:(Lcom/microsoft/azure/AzureServiceFuture;Ljava/lang/Object;)Z
            pop
         8: .line 119
            goto 10
         9: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.serviceCall:Lcom/microsoft/azure/AzureServiceFuture;
            aload 0 /* this */
            getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.next:Lrx/functions/Func1;
            aload 1 /* serviceResponse */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokeinterface com.microsoft.azure.Page.nextPageLink:()Ljava/lang/String;
            invokeinterface rx.functions.Func1.call:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast rx.Observable
            invokevirtual rx.Observable.single:()Lrx/Observable;
            aload 0 /* this */
            invokevirtual rx.Observable.subscribe:(Lrx/Subscriber;)Lrx/Subscription;
            invokestatic com.microsoft.azure.AzureServiceFuture.access$2:(Lcom/microsoft/azure/AzureServiceFuture;Lrx/Subscription;)V
        10: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.microsoft.azure.ListOperationCallback$PagingBehavior behavior
        end local 1 // com.microsoft.rest.ServiceResponse serviceResponse
        end local 0 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lcom/microsoft/azure/AzureServiceFuture$PagingSubscriber<TE;>;
            0   11     1  serviceResponse  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;
            2   11     2         behavior  Lcom/microsoft/azure/ListOperationCallback$PagingBehavior;
    Signature: (Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;)V
    MethodParameters:
                 Name  Flags
      serviceResponse  

  public void onNext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    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.AzureServiceFuture$PagingSubscriber.onNext:(Lcom/microsoft/rest/ServiceResponse;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Lrx/Subscriber<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;
SourceFile: "AzureServiceFuture.java"
NestHost: com.microsoft.azure.AzureServiceFuture
InnerClasses:
  private final PagingSubscriber = com.microsoft.azure.AzureServiceFuture$PagingSubscriber of com.microsoft.azure.AzureServiceFuture
  public final PagingBehavior = com.microsoft.azure.ListOperationCallback$PagingBehavior of com.microsoft.azure.ListOperationCallback