The getIntermediateTaskResult(this
instance.
This interface is useful when the result of a task depends on other possibly structured task results. In cases like this, the consumer of the composed structured task result may optimize its behaviour and dependency management based on the intermediate results.
The interface should be implemented by clients to be used.
public StructuredTaskResult | Gets the intermediate task result that this task result is composed of. |
public default TaskResultDependencyHandle | Gets a task result dependency handle to the intermediate task result. |
From: StructuredTaskResult |
The intermediate results has the same final result semantics as this
instance. Its
StructuredTaskResult.toResult(this
.
Note for implementations: This method must never return an object semantically same as this
.
this
. Never null
.null
.
This function works similarly to StructuredTaskResult.toResultDependencyHandle(
null
.