// f must return a collection of strings static Set mapLike concatMapAsCISet(O f, Iterable l) { ret concatMapToCISet(f, l); }