static L oMap(O object, S methodName, Iterable l) { ret map(l, element -> call(object, methodName, element)); }