class com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14 implements rx.functions.Func1<com.microsoft.azure.management.compute.VirtualMachineExtensionInstanceView, rx.Observable<java.lang.String>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper this$0;
    descriptor: Lcom/microsoft/azure/management/compute/implementation/VirtualMachineEncryptionHelper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper val$self;
    descriptor: Lcom/microsoft/azure/management/compute/implementation/VirtualMachineEncryptionHelper;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$statusEmptyErrorMessage;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper, com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper, java.lang.String);
    descriptor: (Lcom/microsoft/azure/management/compute/implementation/VirtualMachineEncryptionHelper;Lcom/microsoft/azure/management/compute/implementation/VirtualMachineEncryptionHelper;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14 this
         0: .line 332
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14.this$0:Lcom/microsoft/azure/management/compute/implementation/VirtualMachineEncryptionHelper;
            aload 0 /* this */
            aload 2
            putfield com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14.val$self:Lcom/microsoft/azure/management/compute/implementation/VirtualMachineEncryptionHelper;
            aload 0 /* this */
            aload 3
            putfield com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14.val$statusEmptyErrorMessage:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/implementation/VirtualMachineEncryptionHelper$14;
    MethodParameters:
                             Name  Flags
      this$0                       final
      val$self                     final
      val$statusEmptyErrorMessage  final

  public rx.Observable<java.lang.String> call(com.microsoft.azure.management.compute.VirtualMachineExtensionInstanceView);
    descriptor: (Lcom/microsoft/azure/management/compute/VirtualMachineExtensionInstanceView;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14 this
        start local 1 // com.microsoft.azure.management.compute.VirtualMachineExtensionInstanceView instanceView
         0: .line 335
            aload 1 /* instanceView */
            ifnull 3
         1: .line 336
            aload 1 /* instanceView */
            invokevirtual com.microsoft.azure.management.compute.VirtualMachineExtensionInstanceView.statuses:()Ljava/util/List;
            ifnull 3
         2: .line 337
            aload 1 /* instanceView */
            invokevirtual com.microsoft.azure.management.compute.VirtualMachineExtensionInstanceView.statuses:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifne 4
         3: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14.val$self:Lcom/microsoft/azure/management/compute/implementation/VirtualMachineEncryptionHelper;
            ldc "Encryption extension with successful status not found in the VM"
            invokevirtual com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper.toErrorObservable:(Ljava/lang/String;)Lrx/Observable;
            areturn
         4: .line 340
      StackMap locals:
      StackMap stack:
            aload 1 /* instanceView */
            invokevirtual com.microsoft.azure.management.compute.VirtualMachineExtensionInstanceView.statuses:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.compute.InstanceViewStatus
            invokevirtual com.microsoft.azure.management.compute.InstanceViewStatus.message:()Ljava/lang/String;
            astore 2 /* extensionStatus */
        start local 2 // java.lang.String extensionStatus
         5: .line 341
            aload 2 /* extensionStatus */
            ifnonnull 7
         6: .line 342
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14.val$self:Lcom/microsoft/azure/management/compute/implementation/VirtualMachineEncryptionHelper;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14.val$statusEmptyErrorMessage:Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper.toErrorObservable:(Ljava/lang/String;)Lrx/Observable;
            areturn
         7: .line 344
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* extensionStatus */
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String extensionStatus
        end local 1 // com.microsoft.azure.management.compute.VirtualMachineExtensionInstanceView instanceView
        end local 0 // com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lcom/microsoft/azure/management/compute/implementation/VirtualMachineEncryptionHelper$14;
            0    8     1     instanceView  Lcom/microsoft/azure/management/compute/VirtualMachineExtensionInstanceView;
            5    8     2  extensionStatus  Ljava/lang/String;
    Signature: (Lcom/microsoft/azure/management/compute/VirtualMachineExtensionInstanceView;)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
              Name  Flags
      instanceView  

  public java.lang.Object call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    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.azure.management.compute.VirtualMachineExtensionInstanceView
            invokevirtual com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14.call:(Lcom/microsoft/azure/management/compute/VirtualMachineExtensionInstanceView;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lcom/microsoft/azure/management/compute/VirtualMachineExtensionInstanceView;Lrx/Observable<Ljava/lang/String;>;>;
SourceFile: "VirtualMachineEncryptionHelper.java"
EnclosingMethod: com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper.retrieveEncryptionExtensionStatusStringAsync:(Ljava/lang/String;)Lrx/Observable;
NestHost: com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper
InnerClasses:
  com.microsoft.azure.management.compute.implementation.VirtualMachineEncryptionHelper$14