static bool containsOneOf(L l, A... x) { for (A a : unnull(l)) if (eqOneOf(a, x)) true; false; }