Skip to content

Commit 2ceb584

Browse files
committed
Autodoc commit for clojure-1.5.0/34261936, master/762db740, clojure-1.4.0/8306949f, 1.3.x/1f55cc0a, 1.2.x/612fba91, 1.1.x/5293929c
1 parent 3d42dee commit 2ceb584

File tree

4 files changed

+2097
-2001
lines changed

4 files changed

+2097
-2001
lines changed

branch-master/api-index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ <h2 id="I"><span id="section-head">I</span></h2>
422422
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/if">if</a><span id="line-content"> special form clojure.core Evaluates test. If not the singular values nil or ...
423423
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/if-let">if-let</a><span id="line-content"> macro clojure.core bindings =&gt; binding-form test If test is true, ev...
424424
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/if-not">if-not</a><span id="line-content"> macro clojure.core Evaluates test. If logical false, evaluates and re...
425+
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/if-some">if-some</a><span id="line-content"> macro clojure.core bindings =&gt; binding-form test If test is not nil,...
425426
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/ifn?">ifn?</a><span id="line-content"> function clojure.core Returns true if x implements IFn. Note that many d...
426427
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core.protocols/IKVReduce">IKVReduce</a><span id="line-content"> protocol clojure.core.protocols Protocol for concrete associative types that c...
427428
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/import">import</a><span id="line-content"> macro clojure.core import-list =&gt; (package-symbol class-name-symbols*...
@@ -830,6 +831,7 @@ <h2 id="S"><span id="section-head">S</span></h2>
830831
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/some-&gt;">some-&gt;</a><span id="line-content"> macro clojure.core When expr is not nil, threads it into the first fo...
831832
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/some-&gt;&gt;">some-&gt;&gt;</a><span id="line-content"> macro clojure.core When expr is not nil, threads it into the first fo...
832833
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/some-fn">some-fn</a><span id="line-content"> function clojure.core Takes a set of predicates and returns a function f...
834+
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/some?">some?</a><span id="line-content"> function clojure.core Returns true if x is not nil, false otherwise..
833835
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/sort">sort</a><span id="line-content"> function clojure.core Returns a sorted sequence of the items in coll. If...
834836
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/sort-by">sort-by</a><span id="line-content"> function clojure.core Returns a sorted sequence of the items in coll, wh...
835837
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/sorted-map">sorted-map</a><span id="line-content"> function clojure.core keyval =&gt; key val Returns a new sorted map with su...
@@ -974,6 +976,7 @@ <h2 id="W"><span id="section-head">W</span></h2>
974976
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/when-first">when-first</a><span id="line-content"> macro clojure.core bindings =&gt; x xs Roughly the same as (when (seq x...
975977
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/when-let">when-let</a><span id="line-content"> macro clojure.core bindings =&gt; binding-form test When test is true, ...
976978
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/when-not">when-not</a><span id="line-content"> macro clojure.core Evaluates test. If logical false, evaluates body i...
979+
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/when-some">when-some</a><span id="line-content"> macro clojure.core bindings =&gt; binding-form test When test is not ni...
977980
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/while">while</a><span id="line-content"> macro clojure.core Repeatedly executes body while test expression is ...
978981
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/with-bindings">with-bindings</a><span id="line-content"> macro clojure.core Takes a map of Var/value pairs. Installs for the g...
979982
</span></span><span id="section-content"> <a href="clojure.main-api.html#clojure.main/with-bindings">with-bindings</a><span id="line-content"> macro clojure.main Executes body in the context of thread-local bindi...

0 commit comments

Comments
 (0)