// TODO: use a separate cache for non-synthetic methods only sbool callableOn_nonSynthetic(O o, S methodName, O... args) { ret any isNonSynthetic(findMethods_precise_onTypes(o, methodName, getClasses_array(args))); }