Aug. 30, 2011
2:16 p.m.
On Tue, Aug 30, 2011 at 3:59 PM, Sven Van Caekenberghe <sven@beta9.be> wrote:
Maybe we need more good example of where this would make real sense ?
persons select: [:p | p isAdult] persons select: #isAdult persons inject: OrderedCollection new into: [:col :p | col copyWith: p] persons inject: OrderedCollection new into: #copyWith: -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry