static S firstGlobalID(L l) { for (S s : l) if (possibleGlobalID(s)) ret s; null; }