static int mapMethodLike rcall_int(S method, O o, O... args) { ret toInt(rcall(method, o, args)); }