Liking cljdoc? Tell your friends :D

provisdom.utility-belt.maps


filter-mapclj

(filter-map pred-kv m)

Returns map with keys that meet pred, which takes a key and value as inputs.

Returns map with keys that meet `pred`, which takes a key and value as
inputs.
raw docstring

fmapclj

(fmap f m)

Maps a function onto the values of a map.

Maps a function onto the values of a map.
raw docstring

submap?clj

(submap? m sub)

Checks whether m contains all entries in sub.

Checks whether m contains all entries in `sub`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close