R/validators.R
ValidatorNonEmpty.Rd
The validator will return FALSE if the input is NULL, an empty vector, or an empty string ("") and FALSE otherwise.
ValidatorNonEmpty()
A Validator to check if an input is non-empty.
Validator