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