// params = input, output, input, output, ... svoid mapLike assertFunctionValues(O function, O... params) { testFunctionValues(function, params); }