nullableValueNotIn

infix fun <T : Any> KExpression<T>.nullableValueNotIn(values: Collection<T?>): KNonNullExpression<Boolean>