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 © 2019. All rights reserved.