static S findInteger(L l) { for (S s : unnull(l)) if (isInteger(s)) ret s; null; }