Liking cljdoc? Tell your friends :D

active.data.translate.format


combine-formattersclj/s

(combine-formatters & formatters)

Combines formatters (i.e. maps or functions from realm to formatter) into one. Earlier formatters for a realm take precedence over later ones.

Combines formatters (i.e. maps or functions from realm to formatter) into one.
Earlier formatters for a realm take precedence over later ones.
sourceraw docstring

formatclj/s

(format id)
(format id formatters)

Defines a new format, given a map (or function) from realms to formatters and an arbitrary id value (a namespaced keyword for example).

Defines a new format, given a map (or function) from realms to
formatters and an arbitrary id value (a namespaced keyword for
example).
sourceraw docstring

format-errorclj/s

(format-error problem irritant)
(format-error problem irritant realms-path)
source

format-error?clj/s

(format-error? exn)
source

format-idclj/s

(format-id format)

Returns the id given to format.

Returns the id given to [[format]].
sourceraw docstring

format?clj/s

(format? v)

Tests if v is a format.

Tests if `v` is a [[format]].
sourceraw docstring

unsupported-exnclj/s

(unsupported-exn culprit)
(unsupported-exn culprit realms-path)
(unsupported-exn format culprit realms-path)
source

unsupported-exn?clj/s

(unsupported-exn? e)
source

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

× close