static bool addToCollections(A a, Cl... l) { bool change; fOr (Cl c : l) if (c != null && c.add(a)) set change; ret change; }