class com.microsoft.azure.management.resources.fluentcore.utils.Utils$4 extends com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter<InT, OutT>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.resources.fluentcore.utils.Utils$4
  super_class: com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter
{
  private final rx.functions.Func1 val$mapper;
    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 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$4 this
         0: .line 164
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.resources.fluentcore.utils.Utils$4.val$mapper:Lrx/functions/Func1;
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/utils/Utils$4;
    MethodParameters:
            Name  Flags
      val$mapper  final

  public rx.Observable<OutT> typeConvertAsync(InT);
    descriptor: (Ljava/lang/Object;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$4 this
        start local 1 // java.lang.Object inner
         0: .line 167
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.utils.Utils$4.val$mapper:Lrx/functions/Func1;
            aload 1 /* inner */
            invokeinterface rx.functions.Func1.call:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
            areturn
        end local 1 // java.lang.Object inner
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.Utils$4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/microsoft/azure/management/resources/fluentcore/utils/Utils$4;
            0    1     1  inner  TInT;
    Signature: (TInT;)Lrx/Observable<TOutT;>;
    MethodParameters:
       Name  Flags
      inner  
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter<TInT;TOutT;>;
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$4