fun anyNotEmpty(vararg target: String): Boolean
Test any element of target is not empty
target -
target
Return