Liking cljdoc? Tell your friends :D

active.data.realm.validation

Validate value realm membership.

Currently implemented via Schema.

Validate value realm membership.

Currently implemented via Schema.
raw docstring

checkingclj/smacro

(checking & body)

Execute body with input and output schema validation turned on for all realm-attach/defn and realm-attach/fn instances globally (across all threads). This includes construction and modification of record instances. After all forms have been executed, resets function validation to its previously set value. Not concurrency-safe.

Execute body with input and output schema validation turned on for
all realm-attach/defn and realm-attach/fn instances globally (across
all threads). This includes construction and modification of record
instances. After all forms have been executed, resets function
validation to its previously set value. Not concurrency-safe.
sourceraw docstring

checking?clj/s

Return a boolean that tells whether validation is taking place.

Return a boolean that tells whether validation is taking place.
sourceraw docstring

set-checking!clj/s

Set whether validation takes place.

Set whether validation takes place.
sourceraw docstring

validatorclj/s

(validator realm)
source

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

× close