You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/if">if</a><spanid="line-content"> special form clojure.core Evaluates test. If not the singular values nil or ...
423
423
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/if-let">if-let</a><spanid="line-content"> macro clojure.core bindings => binding-form test If test is true, ev...
424
424
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/if-not">if-not</a><spanid="line-content"> macro clojure.core Evaluates test. If logical false, evaluates and re...
425
+
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/if-some">if-some</a><spanid="line-content"> macro clojure.core bindings => binding-form test If test is not nil,...
425
426
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/ifn?">ifn?</a><spanid="line-content"> function clojure.core Returns true if x implements IFn. Note that many d...
426
427
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core.protocols/IKVReduce">IKVReduce</a><spanid="line-content"> protocol clojure.core.protocols Protocol for concrete associative types that c...
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/some->">some-></a><spanid="line-content"> macro clojure.core When expr is not nil, threads it into the first fo...
831
832
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/some->>">some->></a><spanid="line-content"> macro clojure.core When expr is not nil, threads it into the first fo...
832
833
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/some-fn">some-fn</a><spanid="line-content"> function clojure.core Takes a set of predicates and returns a function f...
834
+
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/some?">some?</a><spanid="line-content"> function clojure.core Returns true if x is not nil, false otherwise..
833
835
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/sort">sort</a><spanid="line-content"> function clojure.core Returns a sorted sequence of the items in coll. If...
834
836
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/sort-by">sort-by</a><spanid="line-content"> function clojure.core Returns a sorted sequence of the items in coll, wh...
835
837
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/sorted-map">sorted-map</a><spanid="line-content"> function clojure.core keyval => key val Returns a new sorted map with su...
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/when-first">when-first</a><spanid="line-content"> macro clojure.core bindings => x xs Roughly the same as (when (seq x...
975
977
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/when-let">when-let</a><spanid="line-content"> macro clojure.core bindings => binding-form test When test is true, ...
976
978
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/when-not">when-not</a><spanid="line-content"> macro clojure.core Evaluates test. If logical false, evaluates body i...
979
+
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/when-some">when-some</a><spanid="line-content"> macro clojure.core bindings => binding-form test When test is not ni...
977
980
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/while">while</a><spanid="line-content"> macro clojure.core Repeatedly executes body while test expression is ...
978
981
</span></span><spanid="section-content"><ahref="clojure.core-api.html#clojure.core/with-bindings">with-bindings</a><spanid="line-content"> macro clojure.core Takes a map of Var/value pairs. Installs for the g...
979
982
</span></span><spanid="section-content"><ahref="clojure.main-api.html#clojure.main/with-bindings">with-bindings</a><spanid="line-content"> macro clojure.main Executes body in the context of thread-local bindi...
0 commit comments