// TODO: use a separate cache for non-synthetic methods only sbool callableOn_nonSynthetic(O o, S method, O... args) { L l = findMethods_precise_onTypes(o, method, getClasses_array(args)); if (l != null) for (Method m : l) if (isNonSynthetic(m)) true; false; }