static L methodsStartingWith(O o, fS prefix) { ret filter(allMethodNames(o), func(S s) { startsWith(s, prefix) }); }