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