static LL mapLike levelTwoMap(F1 f, LL l) { ret mapTwoLevelsDown(f, l); } static LL mapLike levelTwoMap(O f, LL l) { ret mapTwoLevelsDown(f, l); }