static bool hasMethod(O o, S method, O... args) { ret findMethod_cached(o, method, args) != null; }