isAnyUnknown

fun Iterable<ExprValue>.isAnyUnknown(): Boolean

Returns true if any ExprValue in the Iterable is an unknown value, i.e. either MISSING or NULL.