Not blank
Validates that the value is not blank - neither empty string nor whitespace are valid
val textField = NotBlankValidable("This field cannot be blank")
Validates that the value is not blank - neither empty string nor whitespace are valid
val textField = NotBlankValidable("This field cannot be blank")