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