Generic Function Collect-Key-Value (2 methods)

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

Part of:

package metabang.cl-containers, package metabang.utilities
Iterate over the keys and values of the container and return a list of the ones that pass the filter function transformed by the transform function.

Method Summary

collect-key-value < key-value-iteratable-container-mixin
collect-key-value < LIST >