static Concept _getConcept(long id) { ret getConcept(id); } static Concept _getConcept(Concepts concepts, long id) { ret getConcept(concepts, id); } static A nuLike _getConcept(Class cc, long id) { ret getConcept(cc, id); } static A _getConcept(Concepts concepts, Class cc, long id) { ret getConcept(concepts, cc, id); }