Liking cljdoc? Tell your friends :D

tenet.core


*registryclj/s

Registry of anomalies.

Registry of anomalies.
sourceraw docstring

->clj/smacro

(-> expr & forms)

This macro is the same as clojure.core/some->, but the check is done using the predicate anomaly? of the IAnomaly protocol and the substitution occurs as in macro -> (the thread-first macro).

This macro is the same as `clojure.core/some->`, but the check is done
using the predicate `anomaly?` of the `IAnomaly` protocol and
the substitution occurs as in macro `->` (the `thread-first` macro).
sourceraw docstring

->>clj/smacro

(->> expr & forms)

This macro is the same as clojure.core/some->>, but the check is done using the predicate anomaly? of the IAnomaly protocol and the substitution occurs as in macro ->> (the thread-last macro).

This macro is the same as `clojure.core/some->>`, but the check is done
using the predicate `anomaly?` of the `IAnomaly` protocol and
the substitution occurs as in macro `->>` (the `thread-last` macro).
sourceraw docstring

IAnomalyclj/sprotocol

anomaly?clj/s

(anomaly? this)

Returns true if the given value is an anomaly. Otherwise, false.

Returns `true` if the given value is an anomaly. Otherwise, `false`.
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close