static AutoComboBox aiConceptsComboBox() { new AutoComboBox cb; cb.setKeyWord(map(f aiConceptToString, values(aiConceptsMap_cached()))); ret cb; }