hasNot

infix fun <T> Collection<T>.hasNot(element: T): Boolean
fun <T> Collection<T>.hasNot(vararg elements: T): Boolean