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