static void mapLike testFunctionValues_pairs(O function, LPair params) { fOr (Pair p : params) { testFunctionValue(function, p.a, p.b); } }