static L nuLike conceptsWhereCI(Class c, O... params) { ret findConceptsWhereCI(c, params); } static L conceptsWhereCI(S c, O... params) { ret findConceptsWhereCI(c, params); } static L 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); }