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 defaults] :or {key :default}})
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__9199#]
                                                         (or (nil? p1__9199#)
                                                             (true? p1__9199#)))
                                                    :closed
                                                    m/properties)}})
cljs
(strip-extra-keys-transformer)
(strip-extra-keys-transformer
  {:keys [accept]
   :or {accept (m/-comp (fn* [p1__12856#]
                             (or (nil? p1__12856#) (true? p1__12856#)))
                        :closed
                        m/properties)}})
source

transformerclj/s

(transformer & ?transformers)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close