static Runnable chainRunnables_pcall(final L l) { ret empty(l) ? null : r { pcallAll(l) }; }