Every terminal node in a stageRunner is of type stageRunnerNode. These each have a callable, and this method transforms those callables in the way given by the first argument.

stageRunner_transform(transformation)

Arguments

transformation

function. The function which transforms one callable into another.