class com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1 implements rx.functions.Func0<rx.Observable<com.microsoft.azure.management.resources.fluentcore.model.Indexable>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry this$0;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroupEntry;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.microsoft.azure.management.resources.fluentcore.dag.TaskItem val$taskItem;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskItem;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$InvocationContext val$context;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry, com.microsoft.azure.management.resources.fluentcore.dag.TaskItem, com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$InvocationContext);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroupEntry;Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskItem;Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1 this
         0: .line 105
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1.this$0:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroupEntry;
            aload 0 /* this */
            aload 2
            putfield com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1.val$taskItem:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskItem;
            aload 0 /* this */
            aload 3
            putfield com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1.val$context:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroupEntry$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$taskItem  final
      val$context   final

  public rx.Observable<com.microsoft.azure.management.resources.fluentcore.model.Indexable> call();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1 this
         0: .line 108
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1.val$taskItem:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskItem;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1.val$context:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;
            invokeinterface com.microsoft.azure.management.resources.fluentcore.dag.TaskItem.invokeAsync:(Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroupEntry$1;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1.call:()Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lrx/functions/Func0<Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;>;
SourceFile: "TaskGroupEntry.java"
EnclosingMethod: com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry.invokeTaskAsync:(ZLcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;)Lrx/Observable;
NestHost: com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry
InnerClasses:
  public final InvocationContext = com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$InvocationContext of com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup
  com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry$1