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 < metabang.cl-containers::filtered-container-mixin > 
collect-elements < hash-table > 
collect-elements < metabang.cl-containers:iteratable-container-mixin > 
collect-elements < list > 
collect-elements < metabang.cl-containers:sorted-list-container > 
collect-elements < metabang.cl-containers::uses-contents-mixin > 
collect-elements < vector >