public abstract class com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter<U, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter<TU;TV;>;

  public abstract rx.Observable<V> typeConvertAsync(U);
    descriptor: (Ljava/lang/Object;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TU;)Lrx/Observable<TV;>;
    MethodParameters:
      Name  Flags
      u     

  protected boolean filter();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter this
        start local 1 // java.lang.Object u
         0: .line 44
            iconst_1
            ireturn
        end local 1 // java.lang.Object u
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter<TU;TV;>;
            0    1     1     u  TU;
    Signature: (TU;)Z
    MethodParameters:
      Name  Flags
      u     

  public com.microsoft.azure.PagedList<V> convert(com.microsoft.azure.PagedList<U>);
    descriptor: (Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter this
        start local 1 // com.microsoft.azure.PagedList uList
         0: .line 54
            aload 1 /* uList */
            ifnull 1
            aload 1 /* uList */
            invokevirtual com.microsoft.azure.PagedList.isEmpty:()Z
            ifeq 2
         1: .line 55
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;)V
            areturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* uList */
            invokevirtual com.microsoft.azure.PagedList.currentPage:()Lcom/microsoft/azure/Page;
            astore 2 /* uPage */
        start local 2 // com.microsoft.azure.Page uPage
         3: .line 63
            new com.microsoft.azure.management.resources.implementation.PageImpl
            dup
            invokespecial com.microsoft.azure.management.resources.implementation.PageImpl.<init>:()V
            astore 3 /* vPage */
        start local 3 // com.microsoft.azure.management.resources.implementation.PageImpl vPage
         4: .line 64
            aload 3 /* vPage */
            aload 2 /* uPage */
            invokeinterface com.microsoft.azure.Page.nextPageLink:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.resources.implementation.PageImpl.setNextPageLink:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/PageImpl;
            pop
         5: .line 65
            aload 3 /* vPage */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.resources.implementation.PageImpl.setItems:(Ljava/util/List;)Lcom/microsoft/azure/management/resources/implementation/PageImpl;
            pop
         6: .line 66
            aload 0 /* this */
            aload 2 /* uPage */
            aload 3 /* vPage */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter.loadConvertedList:(Lcom/microsoft/azure/Page;Lcom/microsoft/azure/Page;)V
         7: .line 67
            new com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$2
            dup
            aload 0 /* this */
            aload 3 /* vPage */
            aload 1 /* uList */
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$2.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;Lcom/microsoft/azure/Page;Lcom/microsoft/azure/PagedList;)V
            areturn
        end local 3 // com.microsoft.azure.management.resources.implementation.PageImpl vPage
        end local 2 // com.microsoft.azure.Page uPage
        end local 1 // com.microsoft.azure.PagedList uList
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter<TU;TV;>;
            0    8     1  uList  Lcom/microsoft/azure/PagedList<TU;>;
            3    8     2  uPage  Lcom/microsoft/azure/Page<TU;>;
            4    8     3  vPage  Lcom/microsoft/azure/management/resources/implementation/PageImpl<TV;>;
    Signature: (Lcom/microsoft/azure/PagedList<TU;>;)Lcom/microsoft/azure/PagedList<TV;>;
    MethodParameters:
       Name  Flags
      uList  final

  private void loadConvertedList(com.microsoft.azure.Page<U>, com.microsoft.azure.Page<V>);
    descriptor: (Lcom/microsoft/azure/Page;Lcom/microsoft/azure/Page;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter this
        start local 1 // com.microsoft.azure.Page uPage
        start local 2 // com.microsoft.azure.Page vPage
         0: .line 81
            aload 1 /* uPage */
            invokeinterface com.microsoft.azure.Page.items:()Ljava/util/List;
            invokestatic rx.Observable.from:(Ljava/lang/Iterable;)Lrx/Observable;
         1: .line 82
            new com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$3.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;)V
            invokevirtual rx.Observable.filter:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 88
            new com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$4.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         3: .line 94
            new com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$5
            dup
            aload 0 /* this */
            aload 2 /* vPage */
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$5.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;Lcom/microsoft/azure/Page;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 100
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.subscribe:()V
         5: .line 101
            return
        end local 2 // com.microsoft.azure.Page vPage
        end local 1 // com.microsoft.azure.Page uPage
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter<TU;TV;>;
            0    6     1  uPage  Lcom/microsoft/azure/Page<TU;>;
            0    6     2  vPage  Lcom/microsoft/azure/Page<TV;>;
    Signature: (Lcom/microsoft/azure/Page<TU;>;Lcom/microsoft/azure/Page<TV;>;)V
    MethodParameters:
       Name  Flags
      uPage  final
      vPage  final
}
Signature: <U:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "PagedListConverter.java"
NestMembers:
  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$2  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$3  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$4  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$5
InnerClasses:
  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1
  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$2
  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$3
  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$4
  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$5