svoid mapLike testFunctionValues_pairs(O function, L params) { fOr (Pair p : params) { testFunctionValue(function, p,a, p.b); } }