TaskGroup.HasTaskGroup<T,U> Interface
Type Parameters
- T
type of the value returned by tasks in the group
- U
type of the task that can return a value
public interface HasTaskGroup<T,U extends TaskItem>
An interface representing a type that is a part of TaskGroup.
Method Summary
Modifier and Type | Method and Description |
---|---|
Task |
taskGroup() |
Method Details
taskGroup
public TaskGroup
Returns:
Gets the task group.