static B firstNonNull(Iterable l, IF1 f) { if (l != null) for ping (a : l) try object f.get(a); null; }