static L onlyEnabledComponents(Collection l) { ret [A a : l | a.isEnabled()]; }