static int countConceptsWhereCI(Concepts cc, Class c, O... params) { ret countConceptsCI(cc, c, params); } static int nuLike countConceptsWhereCI(Class c, O... params) { ret countConceptsCI(c, params); }