get

operator fun <T> get(handle: StepHandle<T>): T

The result of the step handle names.

Return

What that step produced.

Parameters

handle

The handle TransactionPlan.add returned for that step.

Throws

INVALID_ARGUMENT where the handle is from another plan, or from a plan that has not been executed.