static L web_allOperands(Collection nodes, fS... relations) { ret concatMap(func(WebNode n) { web_operands(n, relations) }, nodes); }