May 20, 2014
7:42 a.m.
Ah, yes :). Doru On Tue, May 20, 2014 at 9:38 AM, Stephan Eggermont <stephan@stack.nl> wrote:
detect: aBlock ifOne: presentBlock ifNone: noneBlock | result | result := self detect: aBlock ifNone: [nil]. ^ result isNil ifTrue: [ noneBlock value ] ifFalse: [ presentBlock value: result ]
From CollectionExtensions in
MCSmalltalkhubRepository owner: 'Moose' project: 'CollectionExtensions' user: '' password: ''
-- www.tudorgirba.com "Every thing has its own flow"