Barrier

constructor(inType: KClass<out StageResult>, outType: KClass<out StageResult>, ioTransform: (StageResult) -> StageResult)

Parameters

ioTransform

Method to transform an instance of inType to outType. It is safe to assume that the input is an instance of inType.