[Seaside-dev] GROrderedMultiMap >> #keysDo:

Philippe Marschall philippe.marschall at gmail.com
Fri Jul 8 10:17:47 UTC 2011


2011/7/8 Lukas Renggli <renggli at gmail.com>:
> Probably depends on what you want to do. Given that #keysDo: and
> #valuesDo: is typically implemented in terms of #keysAndValuesDo: it
> kind of makes sense.
>
> Now I don't know if we depend on the current implementation of
> #keysDo: somewhere? Why not just use "keys asSet"?

That would work. What I actually really need is something like
#keysAndAllValuesDo: which evaluates the block one for every unique
key with all the values of this key as a collection.

Cheers
Philippe


More information about the seaside-dev mailing list