static void pcallOpt(O o, S method, O... args) { pcall { callOpt(o, method, args); } }