Issue 768: Page 17-26: Collection.all_elements_do (zz-collection) Source: (, ) Nature: Revision Severity: Minor Summary: Summary: If a invocation of do_on on a certain element returns false, does the iteration have to stop, leaving some of the objects undone?Or do I continue until the end and then return false? Resolution: Revised Text: Actions taken: September 29, 1997: received issue Discussion: End of Annotations:===== Return-Path: Date: Mon, 29 Sep 1997 10:04:55 -0400 From: Geoffrey Speare To: issues CC: Ringo.DeSmet@advalvas.be Subject: [Ringo.DeSmet@advalvas.be: Object Collection Service: docs.] Ringo, I'm forwarding your message to issues@omg.org; from there, your comments and questions will be logged and forwarded to the group responsible for updating the Collection Service specification. Thanks for pointing these out! Geoff Speare OMG geoff@omg.org ------- Start of forwarded message ------- 4. page 17-26: Collection.all_elements_do: If, halfway the iteration, a invocation of do_on on a certain element returns false, does the iteration have to stop, leaving some of the objects undone? Or do I continue 'till the end and then return false