// no return value for now
svoid callFAllOnAll(Cl l, Cl args) {
  fOr (O o : args)
    callFAll(l, o);
}