static O callAll(L l) { O result = null; for (O o : unnull(l)) result = call(o); ret result; }