toValidationTarget

abstract fun toValidationTarget(value: V): S(source)

Converts the stored value to the validation target type.

Return

The value converted to the validation target type.

Parameters

value

The stored value.