public class TaskTransformer
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static com.google.common.base.Function<Task<?>,TaskSummary> | FROM_TASK | 
| Constructor and Description | 
|---|
| TaskTransformer() | 
| Modifier and Type | Method and Description | 
|---|---|
| static LinkWithMetadata | asLink(Task<?> t) | 
| static TaskSummary | taskSummary(Task<?> task) | 
public static final com.google.common.base.Function<Task<?>,TaskSummary> FROM_TASK
public static TaskSummary taskSummary(Task<?> task)
public static LinkWithMetadata asLink(Task<?> t)