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