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