aboutsummaryrefslogtreecommitdiff
path: root/accumulators-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'accumulators-api.html')
-rw-r--r--accumulators-api.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/accumulators-api.html b/accumulators-api.html
index 9b3111fb..4e853eb6 100644
--- a/accumulators-api.html
+++ b/accumulators-api.html
@@ -131,7 +131,7 @@ an item depends on the type of the accumulator.</pre>
<pre id="var-docstr">Add all elements of a collection coll to the accumulator acc.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L37" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -154,7 +154,7 @@ single accumulator of the same type.</pre>
every item the number of times it was added.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L271" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -166,7 +166,7 @@ accumulator, except that the total number of items added is stored as the
value of the key :total.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L292" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -176,7 +176,7 @@ value of the key :total.</pre>
<pre id="var-docstr">An empty list accumulator. Adding an item appends it at the beginning.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L88" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -186,7 +186,7 @@ value of the key :total.</pre>
<pre id="var-docstr">An empty map accumulator. Items to be added must be [key value] pairs.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L145" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -196,7 +196,7 @@ value of the key :total.</pre>
<pre id="var-docstr">An empty maximum accumulator. Only numbers can be added.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L185" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -207,7 +207,7 @@ value of the key :total.</pre>
sample variance. Only numbers can be added.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L232" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -218,7 +218,7 @@ sample variance. Only numbers can be added.</pre>
Only numbers can be added.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L207" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -228,7 +228,7 @@ Only numbers can be added.</pre>
<pre id="var-docstr">An empty minimum accumulator. Only numbers can be added.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L191" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -238,7 +238,7 @@ Only numbers can be added.</pre>
<pre id="var-docstr">An empty sum accumulator. Only numbers can be added.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L177" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -248,7 +248,7 @@ Only numbers can be added.</pre>
<pre id="var-docstr">An empty queue accumulator. Adding an item appends it at the end.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L102" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -258,7 +258,7 @@ Only numbers can be added.</pre>
<pre id="var-docstr">An empty set accumulator.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L116" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -269,7 +269,7 @@ Only numbers can be added.</pre>
appends it at the end.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L130" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -279,7 +279,7 @@ appends it at the end.</pre>
<pre id="var-docstr">An empty sum accumulator. Only numbers can be added.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L174" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -293,7 +293,7 @@ work in parallel. Added items must be sequences whose number of elements
matches the number of sub-accumulators.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L310" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -303,7 +303,7 @@ matches the number of sub-accumulators.</pre>
<pre id="var-docstr">An empty vector accumulator. Adding an item appends it at the end.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/accumulators.clj#L74" id="var-source">Source</a>
</div>