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