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
TaskGroup<T, U> taskGroup()

Method Details

taskGroup

public TaskGroup taskGroup()

Returns:

Gets the task group.

Applies to