Liking cljdoc? Tell your friends :D

adi.emit.adjust


adjustclj

(adjust v meta env)

Adjusts the v according to :cardinality in meta or the :sets-only flag in (env :options). Checks to see if the value is of correct type and has an optional :restrict parameter and it matches the :restrict? flag, also defined in (env :options).

Adjusts the `v` according to `:cardinality` in `meta` or the `:sets-only`
flag in `(env :options)`. Checks to see if the value is of correct type
and has an optional `:restrict` parameter and it matches the `:restrict?` flag,
also defined in `(env :options)`.
raw docstring

adjust-chk-restrictclj

(adjust-chk-restrict v meta env)

adjust-chk-typeclj

(adjust-chk-type v meta env)

adjust-patch-enumclj

(adjust-patch-enum v meta)

adjust-safe-checkclj

(adjust-safe-check v meta chk env)

adjust-valueclj

(adjust-value v meta chk env err-one err-many)

adjust-value-normalclj

(adjust-value-normal v meta chk env err-one err-many)

adjust-value-sets-onlyclj

(adjust-value-sets-only v meta chk env err-many)

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

× close