notContainedIn

infix fun <V> KProperty1<T, V>.notContainedIn(value: Iterable<V>): Bson(source)
fun <V> KProperty1<T, V>.notContainedIn(vararg value: V): Bson(source)