static L findAIConcepts(S ids) { ret findAIConcepts(javaTokC(ids)); } static L findAIConcepts(L ids) { new L l; for (S id : ids) addIfNotNull(l, aiConceptsMap_cached().get(id)); ret l; }