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