class com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21 implements rx.functions.Func1<java.lang.Throwable, rx.Observable<? extends com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl this$0;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$bindingObservables;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl, java.util.List);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21 this
         0: .line 975
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            aload 0 /* this */
            aload 2
            putfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21.val$bindingObservables:Ljava/util/List;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$21;
    MethodParameters:
                        Name  Flags
      this$0                  final
      val$bindingObservables  final

  public rx.Observable<? extends com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl> call(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21 this
        start local 1 // java.lang.Throwable throwable
         0: .line 978
            aload 1 /* throwable */
            instanceof com.microsoft.rest.RestException
            ifeq 2
            aload 1 /* throwable */
            checkcast com.microsoft.rest.RestException
            invokevirtual com.microsoft.rest.RestException.response:()Lretrofit2/Response;
            invokevirtual retrofit2.Response.code:()I
            sipush 400
            if_icmpne 2
         1: .line 979
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.SiteInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.submitSite:(Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21.val$bindingObservables:Ljava/util/List;
            invokespecial com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$21;Ljava/util/List;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
         2: .line 991
      StackMap locals:
      StackMap stack:
            aload 1 /* throwable */
            invokestatic rx.Observable.error:(Ljava/lang/Throwable;)Lrx/Observable;
            areturn
        end local 1 // java.lang.Throwable throwable
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$21;
            0    3     1  throwable  Ljava/lang/Throwable;
    Signature: (Ljava/lang/Throwable;)Lrx/Observable<+Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;>;
    MethodParameters:
           Name  Flags
      throwable  

  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 java.lang.Throwable
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21.call:(Ljava/lang/Throwable;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl access$1(com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$21;)Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 975
            aload 0
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21.this$0:Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Ljava/lang/Throwable;Lrx/Observable<+Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl;>;>;
SourceFile: "WebAppBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl.submitHostNameBindings:()Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21
  com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$21$1