get

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

Gets the result for a specific step.

Return

Result of type defined in the handle (T)

Parameters

handle

Handle to the step whose result we want to retrieve.