notEmpty

fun <T : Collection<*>> notEmpty(message: (T) -> String): Rule<T>
fun <T : Collection<*>> notEmpty(message: String = "Must not be empty"): Rule<T>