static L allConceptShadows(Concepts cc default db_mainConcepts()) { if (cc == null) null; L l = asList(cc.allConcepts()); assertTrue("Concepts are sorted by id", isSortedListByCalculatedField conceptID(l)); ret lmap conceptShadow(l); }