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