diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-06-02 10:37:21 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-06-02 10:37:21 -0700 |
commit | b9907dc35b12f46c584f426aacc61b4375f9ea8c (patch) | |
tree | 44ff032954e524248911e15bd55316513fa04cc2 /seq-api.html | |
parent | 7a8e827f2e15566dcdf72e01bebfb28360adeea4 (diff) |
Autodoc commit for master/4fe738db, 1.1.x/d132c5f1
Diffstat (limited to 'seq-api.html')
-rw-r--r-- | seq-api.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/seq-api.html b/seq-api.html index 6191cb00..4c89c2db 100644 --- a/seq-api.html +++ b/seq-api.html @@ -123,7 +123,7 @@ filler-func has pushed onto the queue, blocking if needed until each next element becomes available. filler-func's return value is ignored.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L188" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -136,7 +136,7 @@ Consumes sequences up to the first match, will consume the entire sequence and return nil if no match is found.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L179" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -150,7 +150,7 @@ etc.) and returns their contents as a single, flat sequence. (flatten nil) returns nil.</pre> <span class="var-deprecated"><span id="content">Deprecated since clojure-contrib version 1.2</span><br /></span> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L35" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -163,7 +163,7 @@ Returns a map from distinct items in coll to the number of times they appear.</pre> <span class="var-deprecated"><span id="content">Deprecated since clojure-contrib version 1.2</span><br /></span> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L89" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -177,7 +177,7 @@ f on each element. The value at each key will be a vector of the corresponding elements, in the order they appeared in coll.</pre> <span class="var-deprecated"><span id="content">Deprecated since clojure-contrib version 1.2</span><br /></span> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L61" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -190,7 +190,7 @@ in linear time. Deprecated. Prefer 'contains?' for key testing, or 'some' for ad hoc linear searches.</pre> <span class="var-deprecated"><span id="content">Deprecated since clojure-contrib version 1.2</span><br /></span> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L229" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -204,7 +204,7 @@ from 's' and indexes count up from zero. (indexed '(a b c d)) => ([0 a] [1 b] [2 c] [3 d])</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L51" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -218,7 +218,7 @@ Returns a lazy sequence of lists like clojure.core/partition, but may include lists with fewer than n items at the end.</pre> <span class="var-deprecated"><span id="content">Deprecated since clojure-contrib version 1.2</span><br /></span> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L139" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -231,7 +231,7 @@ Applies f to each value in coll, splitting it each time f returns a new value. Returns a lazy seq of lazy seqs.</pre> <span class="var-deprecated"><span id="content">Deprecated since clojure-contrib version 1.2</span><br /></span> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L76" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -243,7 +243,7 @@ a new value. Returns a lazy seq of lazy seqs.</pre> is true for items in coll.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L223" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -255,7 +255,7 @@ is true for items in coll.</pre> Return a random element of this seq</pre> <span class="var-deprecated"><span id="content">Deprecated since clojure-contrib version 1.2</span><br /></span> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L160" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -267,7 +267,7 @@ Return a random element of this seq</pre> binding-name, allowing for recursive expressions.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L108" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -279,7 +279,7 @@ binding-name, allowing for recursive expressions.</pre> binding-name, allowing for recursive expressions.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L101" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -293,7 +293,7 @@ Returns a lazy seq of the intermediate values of the reduction (as per reduce) of coll by f, starting with init.</pre> <span class="var-deprecated"><span id="content">Deprecated since clojure-contrib version 1.2</span><br /></span> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L117" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -304,7 +304,7 @@ per reduce) of coll by f, starting with init.</pre> <pre id="var-docstr">Returns a lazy seq of all rotations of a seq</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L129" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -316,7 +316,7 @@ per reduce) of coll by f, starting with init.</pre> [ (filter f s), (filter (complement f) s) ]</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L45" id="var-source">Source</a> + </div><div id="var-entry"> <br /> <hr /> @@ -340,7 +340,7 @@ a multimethod that can have implementations for new classes and types.</pre> Return a random permutation of coll</pre> <span class="var-deprecated"><span id="content">Deprecated since clojure-contrib version 1.2</span><br /></span> - <a href="http://github.com/richhickey/clojure-contrib/blob/95dddbbdd748b0cc6d9c8486b8388836e6418848/src/main/clojure/clojure/contrib/seq.clj#L151" id="var-source">Source</a> + </div> |