static L ai_postTriple_multi(S a, S b, L c) { new L webIDs; for (S s : unnull(c)) addIfNotNull(webIDs, ai_postTriple(a, b, s)); ret webIDs; }