sbool connectToServer_anyConnected(Iterable l) { ret any(l, s -> s.connected()); }