static Cl findConcepts(Class c, O... params) {
ret findConceptsWhere(c, params);
}
static Cl findConcepts(S c, O... params) {
ret findConceptsWhere(c, params);
}
static Cl findConcepts(Concepts concepts, Class c, O... params) {
ret findConceptsWhere(concepts, c, params);
}
static Cl findConcepts(Concepts concepts, S c, O... params) {
ret findConceptsWhere(concepts, c, params);
}