<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        
                                        
                                            
                                        
                                        
                                        -1 :-)<div><br></div><div>Yet, it reminds of the interface I added in Vivide:</div><div><br></div><div>anObject asList "=> { anObject }"</div><div>nil asList "=> #()"</div><div>someObjects asList "=> someObjects"</div><div><br></div><div>aDictionary asList "=> { aDictionary }"</div><div>aString asList "=> { aString }"</div><div>aText asList "=> { aText }"</div><div>aByteArray asList "=> "{ aByteArray }"</div><div>aHashedCollection asList "=> aSequenceableCollection"</div><div>aCharacterSet asList "=> <span style="font-size: 13.3333px">aCharacterSet</span><span style="font-size: 13.3333px"> or </span><span style="font-size: 13.3333px">aSequenceableCollection if not enumerable"</span></div><div><br></div><div>And similar for #isList. :-) Makes working with collections of domain objects much easier.</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div>
                                        
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 15.08.2019 00:11:23 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Kernel was added to project The Inbox:<br>http://source.squeak.org/inbox/Kernel-ct.1258.mcz<br><br>==================== Summary ====================<br><br>Name: Kernel-ct.1258<br>Author: ct<br>Time: 15 August 2019, 12:11:10.7644 am<br>UUID: fbc76d48-44ce-1c40-91f2-2c73171c7981<br>Ancestors: Kernel-mt.1257<br><br>[Proposal] Implement #isEmptyOrNil on Object<br><br>Allows extended polymorphy.<br><br>=============== Diff against Kernel-mt.1257 ===============<br><br>Item was added:<br>+ ----- Method: Object>>isEmptyOrNil (in category 'testing') -----<br>+ isEmptyOrNil<br>+ <br>+      ^ false!<br><br><br></div></blockquote></div>