static void lambdaMapLike forEachLL(IVF1 f, A... l) { forEach(l, f); }