static A nuLike getConceptOpt(Class cc, long id) { ret getConceptOpt(db_mainConcepts(), cc, id); } static A getConceptOpt(Concepts concepts, Class cc, long id) { ret concepts == null ? null : optCast(cc, concepts.getConcept(id)); }