diff options
Diffstat (limited to 'core-api.html')
-rw-r--r-- | core-api.html | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/core-api.html b/core-api.html index 21552872..85f250c1 100644 --- a/core-api.html +++ b/core-api.html @@ -81,6 +81,8 @@ by <span id="author">Laurent Petit (and others)</span><br /> </pre><h2>Overview</h2> <pre id="namespace-docstr">Functions/macros variants of the ones that can be found in clojure.core (note to other contrib members: feel free to add to this lib)</pre> + + <br /> <h2>Public Variables and Functions</h2> <div id="var-entry"> @@ -96,7 +98,9 @@ Examples : (-?> "foo" .toUpperCase (.substring 1)) returns "OO" (-?> nil .toUpperCase (.substring 1)) returns nil </pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/9f448420b082ce8a6e577696df5203a405f4e8d4/src/main/clojure/clojure/contrib/core.clj#L30" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -110,7 +114,9 @@ Examples : (-?>> (range 5) (map inc)) returns (1 2 3 4 5) (-?>> [] seq (map inc)) returns nil </pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/9f448420b082ce8a6e577696df5203a405f4e8d4/src/main/clojure/clojure/contrib/core.clj#L46" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -124,7 +130,9 @@ Examples : (.?. "foo" .toUpperCase (.substring 1)) returns "OO" (.?. nil .toUpperCase (.substring 1)) returns nil </pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/9f448420b082ce8a6e577696df5203a405f4e8d4/src/main/clojure/clojure/contrib/core.clj#L38" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -135,7 +143,9 @@ 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/9f448420b082ce8a6e577696df5203a405f4e8d4/src/main/clojure/clojure/contrib/core.clj#L57" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -144,7 +154,9 @@ will not be present in the new structure.</pre> <pre id="var-usage">Usage: (new-by-name class-name & 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/9f448420b082ce8a6e577696df5203a405f4e8d4/src/main/clojure/clojure/contrib/core.clj#L71" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -153,7 +165,9 @@ 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/9f448420b082ce8a6e577696df5203a405f4e8d4/src/main/clojure/clojure/contrib/core.clj#L78" id="var-source">Source</a> + + + </div> |