include

fun <S : State> include(property: KProperty<S>, condition: () -> Boolean = { true })(source)

Includes all Validators of the given property, but skips them during validation when condition is false.