T
- the type of the result computed by the jobpublic interface Output<T>
Modifier and Type | Method and Description |
---|---|
T |
getResult()
Provides the actual result associated with this output entity.
|
Output<T> |
reduce(Output<T> other)
Reduces this output entity with another output entity.
|
Output<T> reduce(Output<T> other)
other
- the entity to reduce with this entityT getResult()