static long mapMethodLike rcall_long(S method, O o, O... args) { ret toLong(rcall(method, o, args)); }