notBlank

fun <T : String?, V : Validators<T>> V.notBlank(message: (String) -> String = { "$label is required to not be empty but it was" }): V