public static final class FunctionalTaskItem.Context extends Object implements HasInner<TaskGroup.InvocationContext>, Indexable
FunctionalTaskItem.| Modifier and Type | Method and Description |
|---|---|
TaskGroup.InvocationContext |
inner() |
String |
key() |
<T extends Indexable> |
taskResult(String key)
Get result of one of the task that belongs to this task's task group.
|
rx.Observable<Indexable> |
voidObservable() |
public <T extends Indexable> T taskResult(String key)
T - the actual type of the task resultkey - the task keypublic rx.Observable<Indexable> voidObservable()
VoidIndexable with key same as
the key of this TaskItem.public TaskGroup.InvocationContext inner()
inner in interface HasInner<TaskGroup.InvocationContext>/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/