static L pcallFAll(F0... l) { ret pcallFAll(asList(l)); } static L pcallFAll(Collection> l) { ret map pcallF(l); }