static LS noArgumentMethodNames(O o) { ret uniquify(filter(methodNames(o), name -> hasMethod(o, name))); }