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