Generic Function Collect-Elements (8 methods)

( collect-elements < container > &key < filter > < transform > )

Part of:

package metabang.cl-containers

Returns a possibly filtered and possibly transformed list of the elements in a container. If the container uses nodes, then the elements are the things 'in' the nodes. Warning: it is possible for the result to share structure with the original container.

Method Summary

collect-elements < array > 
collect-elements :around < filtered-container-mixin
collect-elements < hash-table > 
collect-elements < iteratable-container-mixin
collect-elements < list > 
collect-elements < sorted-list-container
collect-elements < uses-contents-mixin
collect-elements < vector >