Liking cljdoc? Tell your friends :D

active.data.translate.core


add-realm-formatterclj/s

(add-realm-formatter realm format formatter)

Returns a copy of the given realm, with a formatter to the given target format attached.

Returns a copy of the given realm, with a formatter to the given
target format attached.
sourceraw docstring

translator-fromclj/s

(translator-from from-realm to-format)

Returns a function that translates values of the given realm into a formatted value, according to the given format.

Returns a function that translates values of the given realm into a
formatted value, according to the given `format`.
sourceraw docstring

translator-lensclj/s

(translator-lens from-realm to-format)
source

translator-toclj/s

(translator-to to-realm from-format)

Returns a function that translates formatted values into values of the given realm, according to the given format.

Returns a function that translates formatted values into values of the
given realm, according to the given `format`.
sourceraw docstring

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

× close