- [Function]
- (
map-subcontainers
function seq [:recurse
bool] [:key
fn])
Maps function over the containers in seq If recurse is true then mapping is recursively applied to subholders of seq. If key is supplied it is first applied to each mapped subholder and the results are passed to the function fn
See Also:
- #& [Macro]
- append-object [Function]
- find-object [Function]
- insert-object [Function]
- list-named-objects [Function]
- list-objects [Function]
- map-subobjects [Function]
- object-name [Function]
- object-time [Function]
- remove-object [Function]
- remove-subobjects [Function]
- save-object [Function]
- subcontainers [Function]
- subobjects [Function]