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