static LL mapTwoLevelsDown(F1 f, Iterable> l) { new LL out; if (l != null) for (L x : l) out.add(map(f, x)); ret out; } static LL lambdaMapLike mapTwoLevelsDown(IF1 f, Iterable> l) { new LL out; if (l != null) for (L x : l) out.add(map(f, x)); ret out; }