static O[] unrollParams(O[] params) { if (l(params) == 1 && params[0] instanceof Map) ret mapToParams((Map) params[0]); ret params; }