Companion

Holds constants.

Properties

Link copied to clipboard
private val TRUE: () -> Boolean

Always returns true.

Functions

Link copied to clipboard
fun State.validators(body: ValidatorDsl.() -> Unit): List<Validator<*>>

Initiates the ValidatorDsl on this State, and returns all Validators that were created inside the DSL using the DSL's own functions.