static Set applyMultipleFunctions_ciSet_pcall(S s, Iterable functions) { Set set = ciSet(); for (O f : functions) addIfNotNull(set, pcallF(f, s)); ret set; }