static L> lambdaMapLike mapPairsB(IF1 f, Iterable> l) { ret mapPairB(f, l); } static L> mapPairsB(Iterable> l, IF1 f) { ret mapPairB(l, f); }