public final class com.microsoft.azure.AzureServiceFuture<T> extends com.microsoft.rest.ServiceFuture<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.AzureServiceFuture
  super_class: com.microsoft.rest.ServiceFuture
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureServiceFuture this
         0: .line 26
            aload 0 /* this */
            invokespecial com.microsoft.rest.ServiceFuture.<init>:()V
         1: .line 27
            return
        end local 0 // com.microsoft.azure.AzureServiceFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/AzureServiceFuture<TT;>;

  public static <E> com.microsoft.rest.ServiceFuture<java.util.List<E>> fromPageResponse(rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>>, rx.functions.Func1<java.lang.String, rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>>>, com.microsoft.azure.ListOperationCallback<E>);
    descriptor: (Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // rx.Observable first
        start local 1 // rx.functions.Func1 next
        start local 2 // com.microsoft.azure.ListOperationCallback callback
         0: .line 39
            new com.microsoft.azure.AzureServiceFuture
            dup
            invokespecial com.microsoft.azure.AzureServiceFuture.<init>:()V
            astore 3 /* serviceCall */
        start local 3 // com.microsoft.azure.AzureServiceFuture serviceCall
         1: .line 40
            new com.microsoft.azure.AzureServiceFuture$PagingSubscriber
            dup
            aload 3 /* serviceCall */
            aload 1 /* next */
            aload 2 /* callback */
            invokespecial com.microsoft.azure.AzureServiceFuture$PagingSubscriber.<init>:(Lcom/microsoft/azure/AzureServiceFuture;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)V
            astore 4 /* subscriber */
        start local 4 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber subscriber
         2: .line 41
            aload 3 /* serviceCall */
            aload 0 /* first */
         3: .line 42
            invokevirtual rx.Observable.single:()Lrx/Observable;
         4: .line 43
            aload 4 /* subscriber */
            invokevirtual rx.Observable.subscribe:(Lrx/Subscriber;)Lrx/Subscription;
         5: .line 41
            invokevirtual com.microsoft.azure.AzureServiceFuture.setSubscription:(Lrx/Subscription;)V
         6: .line 44
            aload 3 /* serviceCall */
            areturn
        end local 4 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber subscriber
        end local 3 // com.microsoft.azure.AzureServiceFuture serviceCall
        end local 2 // com.microsoft.azure.ListOperationCallback callback
        end local 1 // rx.functions.Func1 next
        end local 0 // rx.Observable first
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0        first  Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;
            0    7     1         next  Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;>;
            0    7     2     callback  Lcom/microsoft/azure/ListOperationCallback<TE;>;
            1    7     3  serviceCall  Lcom/microsoft/azure/AzureServiceFuture<Ljava/util/List<TE;>;>;
            2    7     4   subscriber  Lcom/microsoft/azure/AzureServiceFuture$PagingSubscriber<TE;>;
    Signature: <E:Ljava/lang/Object;>(Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;>;Lcom/microsoft/azure/ListOperationCallback<TE;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<TE;>;>;
    MethodParameters:
          Name  Flags
      first     
      next      final
      callback  final

  public static <E, V> com.microsoft.rest.ServiceFuture<java.util.List<E>> fromHeaderPageResponse(rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<E>, V>>, rx.functions.Func1<java.lang.String, rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<E>, V>>>, com.microsoft.azure.ListOperationCallback<E>);
    descriptor: (Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // rx.Observable first
        start local 1 // rx.functions.Func1 next
        start local 2 // com.microsoft.azure.ListOperationCallback callback
         0: .line 58
            new com.microsoft.azure.AzureServiceFuture
            dup
            invokespecial com.microsoft.azure.AzureServiceFuture.<init>:()V
            astore 3 /* serviceCall */
        start local 3 // com.microsoft.azure.AzureServiceFuture serviceCall
         1: .line 59
            new com.microsoft.azure.AzureServiceFuture$PagingSubscriber
            dup
            aload 3 /* serviceCall */
            new com.microsoft.azure.AzureServiceFuture$1
            dup
            aload 1 /* next */
            invokespecial com.microsoft.azure.AzureServiceFuture$1.<init>:(Lrx/functions/Func1;)V
         2: .line 70
            aload 2 /* callback */
         3: .line 59
            invokespecial com.microsoft.azure.AzureServiceFuture$PagingSubscriber.<init>:(Lcom/microsoft/azure/AzureServiceFuture;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)V
            astore 4 /* subscriber */
        start local 4 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber subscriber
         4: .line 71
            aload 3 /* serviceCall */
            aload 0 /* first */
         5: .line 72
            invokevirtual rx.Observable.single:()Lrx/Observable;
         6: .line 73
            aload 4 /* subscriber */
            invokevirtual rx.Observable.subscribe:(Lrx/Subscriber;)Lrx/Subscription;
         7: .line 71
            invokevirtual com.microsoft.azure.AzureServiceFuture.setSubscription:(Lrx/Subscription;)V
         8: .line 74
            aload 3 /* serviceCall */
            areturn
        end local 4 // com.microsoft.azure.AzureServiceFuture$PagingSubscriber subscriber
        end local 3 // com.microsoft.azure.AzureServiceFuture serviceCall
        end local 2 // com.microsoft.azure.ListOperationCallback callback
        end local 1 // rx.functions.Func1 next
        end local 0 // rx.Observable first
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0        first  Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/Page<TE;>;TV;>;>;
            0    9     1         next  Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/Page<TE;>;TV;>;>;>;
            0    9     2     callback  Lcom/microsoft/azure/ListOperationCallback<TE;>;
            1    9     3  serviceCall  Lcom/microsoft/azure/AzureServiceFuture<Ljava/util/List<TE;>;>;
            4    9     4   subscriber  Lcom/microsoft/azure/AzureServiceFuture$PagingSubscriber<TE;>;
    Signature: <E:Ljava/lang/Object;V:Ljava/lang/Object;>(Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/Page<TE;>;TV;>;>;Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/rest/ServiceResponseWithHeaders<Lcom/microsoft/azure/Page<TE;>;TV;>;>;>;Lcom/microsoft/azure/ListOperationCallback<TE;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<TE;>;>;
    MethodParameters:
          Name  Flags
      first     
      next      final
      callback  final

  static boolean access$0(com.microsoft.azure.AzureServiceFuture, java.lang.Throwable);
    descriptor: (Lcom/microsoft/azure/AzureServiceFuture;Ljava/lang/Throwable;)Z
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.AzureServiceFuture.setException:(Ljava/lang/Throwable;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static boolean access$1(com.microsoft.azure.AzureServiceFuture, java.lang.Object);
    descriptor: (Lcom/microsoft/azure/AzureServiceFuture;Ljava/lang/Object;)Z
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.AzureServiceFuture.set:(Ljava/lang/Object;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void access$2(com.microsoft.azure.AzureServiceFuture, rx.Subscription);
    descriptor: (Lcom/microsoft/azure/AzureServiceFuture;Lrx/Subscription;)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.AzureServiceFuture.setSubscription:(Lrx/Subscription;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lcom/microsoft/rest/ServiceFuture<TT;>;
SourceFile: "AzureServiceFuture.java"
NestMembers:
  com.microsoft.azure.AzureServiceFuture$1  com.microsoft.azure.AzureServiceFuture$1$1  com.microsoft.azure.AzureServiceFuture$PagingSubscriber
InnerClasses:
  com.microsoft.azure.AzureServiceFuture$1
  private final PagingSubscriber = com.microsoft.azure.AzureServiceFuture$PagingSubscriber of com.microsoft.azure.AzureServiceFuture