Continue

data class Continue<out ContinueT>(val value: ContinueT) : CallbackChoice<ContinueT, Nothing>

Proceed with the execution, passing the original or modified data to the next stage.

Constructors

Link copied to clipboard
constructor(value: ContinueT)

Properties

Link copied to clipboard