Next: , Up: MappedCollection   [Index]


1.108.1 MappedCollection class: instance creation

collection: aCollection map: aMap

Answer a new MappedCollection using the given domain (aCollection) and map

new

This method should not be used; instead, use #collection:map: to create MappedCollection.