[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: