static LL mapLevelTwo(F1 f, Iterable> l) { ret mapTwoLevelsDown(f, l); } static LL mapLike mapLevelTwo(O f, Iterable> l) { ret mapTwoLevelsDown(f, l); }