static  Cl nuLike conceptsWhereCI(Class c, O... params) {
  ret findConceptsWhereCI(c, params);
}
static Cl conceptsWhereCI(S c, O... params) {
  ret findConceptsWhereCI(c, params);
}
static  Cl conceptsWhereCI(Concepts concepts, Class c, O... params) {
  ret findConceptsWhereCI(concepts, c, params);
}
static L conceptsWhereCI(Concepts concepts, S c, O... params) {
  ret findConceptsWhereCI(concepts, c, params);
}