Next: ArrayedCollection-sorting, Previous: ArrayedCollection-copying Collections, Up: ArrayedCollection [Index]
Answer a new instance of an ArrayedCollection containing all the results of evaluating aBlock passing each of the receiver’s elements
Answer a new instance of an ArrayedCollection containing all the elements in the receiver which, when passed to aBlock, answer false
Answer a new instance of an ArrayedCollection containing all the elements in the receiver which, when passed to aBlock, answer true
Evaluate aBlock for each pair of elements took respectively from the receiver and from aSequenceableCollection; answer a collection of the same kind of the receiver, made with the block’s return values. Fail if the receiver has not the same size as aSequenceableCollection.