aboutsummaryrefslogtreecommitdiff
path: root/branch-1.1.x/stream-utils-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'branch-1.1.x/stream-utils-api.html')
-rw-r--r--branch-1.1.x/stream-utils-api.html27
1 files changed, 12 insertions, 15 deletions
diff --git a/branch-1.1.x/stream-utils-api.html b/branch-1.1.x/stream-utils-api.html
index bc2ac3e1..9414ce93 100644
--- a/branch-1.1.x/stream-utils-api.html
+++ b/branch-1.1.x/stream-utils-api.html
@@ -6,9 +6,6 @@
<link media="all" type="text/css" href="../static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/internal.css" rel="stylesheet" />
- <!-- TODO: are we using these (from clojure.org)? If so, add the files -->
- <script src="file/view/code_highlighter.js" type="text/javascript"></script>
- <script src="file/view/clojure.js" type="text/javascript"></script>
<style>.menuWrapper{height: 36px;}</style>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" />
@@ -150,7 +147,7 @@ The non-stream arguments args and the stream arguments streams
are given separately, with args being possibly empty.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L183" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L183" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -164,7 +161,7 @@ a type-specific method for stream-next and derives type
from stream-type.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L73" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L73" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -177,7 +174,7 @@ 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/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L149" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L149" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -189,7 +186,7 @@ argument can be used instead of its index n.</pre>
inside a stream transformer.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L160" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L160" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -200,7 +197,7 @@ inside a stream transformer.</pre>
<pre id="var-docstr">Return a stream containing all but the first n elements of stream.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L201" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L201" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -212,7 +209,7 @@ inside a stream transformer.</pre>
that satisfy the predicate p.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L243" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L243" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -225,7 +222,7 @@ sequences. Flattening is not recursive, only one level of nesting
will be removed.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L271" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L271" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -236,7 +233,7 @@ will be removed.</pre>
of any type handled by stream-next.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L135" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L135" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -247,7 +244,7 @@ of any type handled by stream-next.</pre>
<pre id="var-docstr">Return a new stream by mapping the function f on the given stream.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L219" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L219" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -261,7 +258,7 @@ 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/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L91" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L91" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -274,7 +271,7 @@ clojure.contrib.seq-utils/seq-on and
clojure.contrib.generic.collection/seq for streams.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L113" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L113" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -285,7 +282,7 @@ clojure.contrib.generic.collection/seq for streams.</pre>
add a derivation from this type.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L69" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/stream_utils.clj#L69" id="var-source">Source</a>
</div>