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

  private final com.microsoft.azure.PollingState val$pollingState;
    descriptor: Lcom/microsoft/azure/PollingState;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.AzureClient, com.microsoft.azure.PollingState);
    descriptor: (Lcom/microsoft/azure/AzureClient;Lcom/microsoft/azure/PollingState;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.AzureClient$19 this
         0: .line 499
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.AzureClient$19.this$0:Lcom/microsoft/azure/AzureClient;
            aload 0 /* this */
            aload 2
            putfield com.microsoft.azure.AzureClient$19.val$pollingState:Lcom/microsoft/azure/PollingState;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.AzureClient$19 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureClient$19;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$pollingState  final

  public rx.Observable<?> call(rx.Observable<? extends java.lang.Void>);
    descriptor: (Lrx/Observable;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.AzureClient$19 this
        start local 1 // rx.Observable observable
         0: .line 502
            aload 1 /* observable */
            new com.microsoft.azure.AzureClient$19$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.AzureClient$19.val$pollingState:Lcom/microsoft/azure/PollingState;
            invokespecial com.microsoft.azure.AzureClient$19$1.<init>:(Lcom/microsoft/azure/AzureClient$19;Lcom/microsoft/azure/PollingState;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // rx.Observable observable
        end local 0 // com.microsoft.azure.AzureClient$19 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/AzureClient$19;
            0    1     1  observable  Lrx/Observable<+Ljava/lang/Void;>;
    Signature: (Lrx/Observable<+Ljava/lang/Void;>;)Lrx/Observable<*>;
    MethodParameters:
            Name  Flags
      observable  

  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 rx.Observable
            invokevirtual com.microsoft.azure.AzureClient$19.call:(Lrx/Observable;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lrx/Observable<+Ljava/lang/Void;>;Lrx/Observable<*>;>;
SourceFile: "AzureClient.java"
EnclosingMethod: com.microsoft.azure.AzureClient.pollPostOrDeleteAsync:(Lcom/microsoft/azure/PollingState;Ljava/lang/reflect/Type;)Lrx/Observable;
NestHost: com.microsoft.azure.AzureClient
InnerClasses:
  com.microsoft.azure.AzureClient$19
  com.microsoft.azure.AzureClient$19$1