(-> 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).
(->> 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).
(anomaly? this)
Returns true
if the given value is an anomaly. Otherwise, false
.
Returns `true` if the given value is an anomaly. Otherwise, `false`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close