diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-07-23 11:30:18 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-07-23 11:30:18 -0700 |
commit | 8620bcb15e5ba65147002e1ebbec0b4ce4592091 (patch) | |
tree | 17d644396f2780a1c9cb317127e91b26364a3704 /map-utils-api.html | |
parent | e9a3aad34261a09a4299b3aac1dde888862b6750 (diff) |
"Updated documentation for commit e20e8effe977640592b1f285d6c666492d74df00"
Diffstat (limited to 'map-utils-api.html')
-rw-r--r-- | map-utils-api.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/map-utils-api.html b/map-utils-api.html index 6ad965a4..04d99006 100644 --- a/map-utils-api.html +++ b/map-utils-api.html @@ -47,7 +47,7 @@ namespace. <!-- Temporary disclaimer --> <div style="background-color: #FF0000; font-weight: bold;"> NOTE: These autogen pages are still under development. - Not all links work. Not all formatting in done. + Not all links work. Not all formatting is done. Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.) with any questions. </div> @@ -91,7 +91,7 @@ only when there's a non-map at a particular level. (deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4} {:a {:b {:c 2 :d {:z 9} :z 3} :e 100}}) -> {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="map-utils/lazy-get">lazy-get</h2> @@ -99,7 +99,7 @@ only when there's a non-map at a particular level. <pre id="var-usage">Usage: (lazy-get map key not-found) </pre> <pre id="var-docstr">Like get, but doesn't evaluate not-found unless it is needed.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="map-utils/safe-get">safe-get</h2> @@ -107,7 +107,7 @@ only when there's a non-map at a particular level. <pre id="var-usage">Usage: (safe-get map key) </pre> <pre id="var-docstr">Like get, but throws an exception if the key is not found.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="map-utils/safe-get-in">safe-get-in</h2> @@ -115,7 +115,7 @@ only when there's a non-map at a particular level. <pre id="var-usage">Usage: (safe-get-in map ks) </pre> <pre id="var-docstr">Like get-in, but throws an exception if any key is not found.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a> </div> |