static L nuLike list(Class type) { ret db_mainConcepts().list(type); } static L list(Concepts concepts, Class type) { ret concepts.list(type); } static L list(S type) { ret db_mainConcepts().list(type); } static L list(Concepts concepts, S type) { ret concepts.list(type); }