static void pcallF_all(Collection l, O... args) { if (l != null) for (O f : l) pcallF(f, args); }