def texts(*partial_values: str) -> Condition[Collection]: return match.collection_has_texts(*partial_values)
def texts(*partial_values: str) -> _match.CollectionCondition: return _match.collection_has_texts(*partial_values).not_