ValidatingPhase

data class ValidatingPhase<out O>(val output: O) : FormPhase<O, Nothing>

Constructors

Link copied to clipboard
constructor(output: O)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val output: O