then

abstract fun then(verifyError: Boolean = false): VerifiedStage<S>

Continues to the next stage, optionally verifying error conditions.

Return

this VerifiedStage for method chaining

Parameters

verifyError

whether to verify that an error occurred

Throws

if verifyError is true and no error occurred