public interface com.microsoft.azure.management.resources.fluentcore.dag.TaskItem
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.fluentcore.dag.TaskItem
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.resources.fluentcore.model.Indexable result();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void beforeGroupInvoke();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isHot();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract rx.Observable<com.microsoft.azure.management.resources.fluentcore.model.Indexable> invokeAsync(com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$InvocationContext);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup$InvocationContext;)Lrx/Observable<Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;>;
    MethodParameters:
         Name  Flags
      context  

  public abstract rx.Completable invokeAfterPostRunAsync(boolean);
    descriptor: (Z)Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      isGroupFaulted  
}
SourceFile: "TaskItem.java"
InnerClasses:
  public final InvocationContext = com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup$InvocationContext of com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup