diff options
Diffstat (limited to 'seq-api.html')
-rw-r--r-- | seq-api.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/seq-api.html b/seq-api.html index 3a488f42..aba27bbf 100644 --- a/seq-api.html +++ b/seq-api.html @@ -128,7 +128,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L188" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L188" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -141,7 +141,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L179" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L179" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -155,7 +155,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L35" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L35" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -168,7 +168,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L89" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L89" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -182,7 +182,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L61" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L61" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -195,7 +195,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L229" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L229" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -209,7 +209,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L51" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L51" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -223,7 +223,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L139" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L139" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -236,7 +236,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L76" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L76" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -248,7 +248,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L223" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L223" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -260,7 +260,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L160" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L160" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -272,7 +272,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L108" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L108" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -284,7 +284,7 @@ binding-name, allowing for recursive expressions.</pre> binding-name, allowing for recursive expressions.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L101" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L101" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -298,7 +298,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L117" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L117" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -309,7 +309,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L129" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L129" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -321,7 +321,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L45" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L45" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -333,7 +333,7 @@ per reduce) of coll by f, starting with init.</pre> a multimethod that can have implementations for new classes and types.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L168" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L168" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -345,7 +345,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/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L151" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/seq.clj#L151" id="var-source">Source</a> </div> @@ -355,7 +355,7 @@ Return a random permutation of coll</pre> </div> </div> <div id="foot"> - <div style="text-align: center;" id="copyright">Copyright 2007-2009 by Rich Hickey and the various contributors</div> + <div style="text-align: center;" id="copyright">Copyright 2007-2010 by Rich Hickey and the various contributors</div> </div> </div> <div id="DesignedBy">Logo & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br /> |