Check if a list column of predictors contains ALL of the specified values.
Examples
if (FALSE) { # \dontrun{
# Datasets with BOTH alphafold3 AND boltz2
list_datasets(full = TRUE) |>
filter(has_all_predictors(predictors, c("alphafold3", "boltz2")))
} # }