aboutsummaryrefslogtreecommitdiff
path: root/core-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'core-api.html')
-rw-r--r--core-api.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/core-api.html b/core-api.html
index 259b8bdd..749fcec3 100644
--- a/core-api.html
+++ b/core-api.html
@@ -94,7 +94,7 @@ Examples :
(-?> "foo" .toUpperCase (.substring 1)) returns "OO"
(-?> nil .toUpperCase (.substring 1)) returns nil
</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/core.clj#L30" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/core.clj#L30" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="core/.?.">.?.</h2>
@@ -107,7 +107,7 @@ Examples :
(.?. "foo" .toUpperCase (.substring 1)) returns "OO"
(.?. nil .toUpperCase (.substring 1)) returns nil
</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/core.clj#L38" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/core.clj#L38" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="core/dissoc-in">dissoc-in</h2>
@@ -117,7 +117,7 @@ Examples :
<pre id="var-docstr">Dissociates an entry from a nested associative structure returning a new
nested structure. keys is a sequence of keys. Any empty maps that result
will not be present in the new structure.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/core.clj#L49" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/core.clj#L49" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="core/new-by-name">new-by-name</h2>
@@ -125,7 +125,7 @@ will not be present in the new structure.</pre>
<pre id="var-usage">Usage: (new-by-name class-name &amp; args)
</pre>
<pre id="var-docstr">Constructs a Java object whose class is specified by a String.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/core.clj#L63" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/core.clj#L63" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="core/seqable?">seqable?</h2>
@@ -133,7 +133,7 @@ will not be present in the new structure.</pre>
<pre id="var-usage">Usage: (seqable? x)
</pre>
<pre id="var-docstr">Returns true if (seq x) will succeed, false otherwise.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/core.clj#L70" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/core.clj#L70" id="var-source">Source</a>
</div>