No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(abstract? s)
(align-map schema x)
(align-map-keys schema x)
(allow-arbitrary-keys? schema)
(boolean-schema? s)
(can f)
(coerce-close-keys m allowed-keys)
(conform schema data)
(conform schema options data)
(conformer schema)
(conformer schema options)
(constrained schema x)
(constrained-schema? s)
(construct class & args)
(date-time-schema? s)
(date-time? v)
(datetime->string dt)
(default->nested schema x)
(default? s)
(defaulting v)
(either schema x)
(either-schema? s)
(ensure-required-keys m required)
(enum-schema? s)
(enumeration schema x)
(extension? s)
(get-optional-keys schema)
(get-required-keys schema)
(instant-schema? s)
(instant? v)
(keyword-schema? s)
(lazy sym)
(lift transform)
(map-schema? s)
(nil->abstract-schema {:keys [dispatch-key] :as schema} x)
(nil->extension {:keys [base-schema] :as schema} x)
(number->boolean x)
(number->datetime s)
(number->instant s)
(optional-key? s)
(remove-additional-keys m allowed)
(remove-optional-nil-keys m optional)
(required-key? s)
(schema-matcher schema)
(schema-matcher schema options)
(schema-record? s)
(string->boolean s)
(string->datetime s)
(string->instant s)
(string->uuid s)
(string-schema? s)
(symbol-schema? s)
(uuid-schema? s)
(within-range start stop)
cljdoc is a website building & hosting documentation for Clojure/Script libraries