Liking cljdoc? Tell your friends :D

malli.transform


*max-compile-depth*clj/s

source

+date->string-format+clj

source

+string->date-format+clj

source

-any->anyclj/s

(-any->any x)
source

-any->stringclj/s

(-any->string x)
source

-date->stringclj/s

(-date->string x)
source

-interceptorclj/s

(-interceptor ?interceptor schema options)

Utility function to convert input into an interceptor. Works with functions, map and sequence of those.

Utility function to convert input into an interceptor. Works with functions,
map and sequence of those.
sourceraw docstring

-json-decodersclj/s

(-json-decoders)
source

-json-encodersclj/s

(-json-encoders)
source

-number->doubleclj/s

(-number->double x)
source

-safeclj/s

(-safe f)
source

-sequential->setclj/s

(-sequential->set x)
source

-sequential->vectorclj/s

(-sequential->vector x)
source

-sequential-or-set->seqclj/s

(-sequential-or-set->seq x)
source

-sequential-or-set->vectorclj/s

(-sequential-or-set->vector x)
source

-string->booleanclj/s

(-string->boolean x)
source

-string->dateclj/s

(-string->date x)
source

-string->decimalclj

(-string->decimal x)
source

-string->doubleclj/s

(-string->double x)
source

-string->keywordclj/s

(-string->keyword x)
source

-string->longclj/s

(-string->long x)
source

-string->nilclj/s

(-string->nil x)
source

-string->symbolclj/s

(-string->symbol x)
source

-string->uuidclj/s

(-string->uuid x)
source

-string-decodersclj/s

(-string-decoders)
source

-string-encodersclj/s

(-string-encoders)
source

-transform-map-keysclj/s

(-transform-map-keys f)
source

collection-transformerclj/s

(collection-transformer)
source

default-value-transformerclj/s

(default-value-transformer)
(default-value-transformer {:keys [key default-fn defaults
                                   :malli.transform/add-optional-keys]
                            :or {key :default default-fn (fn [_ x] x)}})
source

json-transformerclj/s

(json-transformer)
(json-transformer {:malli.transform/keys [json-vectors map-of-key-decoders]
                   :or {map-of-key-decoders (-string-decoders)}})
source

key-transformerclj/s

(key-transformer {:keys [decode encode types] :or {types #{:map}}})
source

string-transformerclj/s

(string-transformer)
source

strip-extra-keys-transformerclj/s≠

clj
(strip-extra-keys-transformer)
(strip-extra-keys-transformer
  {:keys [accept]
   :or {accept (m/-comp (fn* [p1__11786#]
                             (or (nil? p1__11786#) (true? p1__11786#)))
                        :closed
                        m/properties)}})
cljs
(strip-extra-keys-transformer)
(strip-extra-keys-transformer
  {:keys [accept]
   :or {accept (m/-comp (fn* [p1__15886#]
                             (or (nil? p1__15886#) (true? p1__15886#)))
                        :closed
                        m/properties)}})
source

transformerclj/s

(transformer & ?transformers)
source

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

× close