class com.microsoft.azure.management.resources.fluentcore.utils.Utils$3 extends com.microsoft.azure.PagedList<InT>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.resources.fluentcore.utils.Utils$3
  super_class: com.microsoft.azure.PagedList
{
  void <init>(com.microsoft.azure.Page);
    descriptor: (Lcom/microsoft/azure/Page;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$3 this
        start local 1 // com.microsoft.azure.Page $anonymous0
         0: .line 158
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial com.microsoft.azure.PagedList.<init>:(Lcom/microsoft/azure/Page;)V
            return
        end local 1 // com.microsoft.azure.Page $anonymous0
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/microsoft/azure/management/resources/fluentcore/utils/Utils$3;
            0    1     1  $anonymous0  Lcom/microsoft/azure/Page<TInT;>;
    MethodParameters:
             Name  Flags
      $anonymous0  

  public com.microsoft.azure.Page<InT> nextPage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/Page;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$3 this
        start local 1 // java.lang.String nextPageLink
         0: .line 161
            aconst_null
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$3 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/resources/fluentcore/utils/Utils$3;
            0    1     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/Page<TInT;>;
    MethodParameters:
              Name  Flags
      nextPageLink  
}
Signature: Lcom/microsoft/azure/PagedList<TInT;>;
SourceFile: "Utils.java"
EnclosingMethod: com.microsoft.azure.management.resources.fluentcore.utils.Utils.toPagedList:(Ljava/util/List;Lrx/functions/Func1;)Lcom/microsoft/azure/PagedList;
NestHost: com.microsoft.azure.management.resources.fluentcore.utils.Utils
InnerClasses:
  com.microsoft.azure.management.resources.fluentcore.utils.Utils$3