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