static L withoutArrowConcepts(Collection l) { ret [AIConcept c : l | !startsWith(c.name, "-> ")]; }