aboutsummaryrefslogtreecommitdiff
path: root/stream-utils-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-12-03 22:39:06 -0800
committerTom Faulhaber <git_net@infolace.com>2009-12-03 22:39:06 -0800
commit332c0a75ad36864f310d2b1ea8d15c853ce4af93 (patch)
tree7f6f0b98189a0b1f8125d0ba499857f12b0b3128 /stream-utils-api.html
parent7e719dcae18c72eac61bd526f7222e3beaf6ecf6 (diff)
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
Diffstat (limited to 'stream-utils-api.html')
-rw-r--r--stream-utils-api.html36
1 files changed, 24 insertions, 12 deletions
diff --git a/stream-utils-api.html b/stream-utils-api.html
index c95a1936..c0b71038 100644
--- a/stream-utils-api.html
+++ b/stream-utils-api.html
@@ -137,7 +137,8 @@ next value of all stream arguments in the form of a vector.</pre>
<pre id="var-docstr">Define the stream transformer name by body.
The non-stream arguments args and the stream arguments streams
are given separately, with args being possibly empty.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L183" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L183" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -149,7 +150,8 @@ are given separately, with args being possibly empty.</pre>
of stream-next is defined by args and body. This macro adds
a type-specific method for stream-next and derives type
from stream-type.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L73" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L73" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -160,7 +162,8 @@ from stream-type.</pre>
<pre id="var-docstr">Return the next value of stream argument n inside a stream
transformer. When used inside of defst, the name of the stream
argument can be used instead of its index n.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L149" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L149" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -170,7 +173,8 @@ argument can be used instead of its index n.</pre>
</pre>
<pre id="var-docstr">Return a vector containing the next value of each stream argument
inside a stream transformer.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L160" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L160" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -179,7 +183,8 @@ inside a stream transformer.</pre>
<pre id="var-usage">Usage: (stream-drop n stream)
</pre>
<pre id="var-docstr">Return a stream containing all but the first n elements of stream.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L201" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L201" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -189,7 +194,8 @@ inside a stream transformer.</pre>
</pre>
<pre id="var-docstr">Return a new stream that contrains the elements of stream
that satisfy the predicate p.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L243" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L243" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -200,7 +206,8 @@ that satisfy the predicate p.</pre>
<pre id="var-docstr">Converts a stream of sequences into a stream of the elements of the
sequences. Flattening is not recursive, only one level of nesting
will be removed.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L271" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L271" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -209,7 +216,8 @@ will be removed.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">Monad describing stream computations. The monadic values can be
of any type handled by stream-next.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L135" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L135" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -218,7 +226,8 @@ of any type handled by stream-next.</pre>
<pre id="var-usage">Usage: (stream-map f stream)
</pre>
<pre id="var-docstr">Return a new stream by mapping the function f on the given stream.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L219" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L219" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -230,7 +239,8 @@ of any type handled by stream-next.</pre>
item in the data stream defined by stream-state and new-state
is the new state of the stream. At the end of the stream,
next-value and new-state are nil.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L91" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L91" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -241,7 +251,8 @@ next-value and new-state are nil.</pre>
<pre id="var-docstr">Return a lazy seq on the stream. Also accessible via
clojure.contrib.seq-utils/seq-on and
clojure.contrib.generic.collection/seq for streams.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L113" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L113" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -250,7 +261,8 @@ clojure.contrib.generic.collection/seq for streams.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">The root type for the stream hierarchy. For each stream type,
add a derivation from this type.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L69" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/stream_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/stream_utils.clj#L69" id="var-source">Source</a>
</div>