Liking cljdoc? Tell your friends :D
Clojure only.

spirit.io.datomic.process.pipeline.list


wrap-single-listclj

(wrap-single-list f)

wraps normalise with support for more complex expressions through use of double vector

(pipeline/normalise {:account {:age '(< ? 1)}} {:schema (schema/schema {:account/age [{:type :long}]})} {:normalise-single [wrap-single-list]}) => {:account {:age '(< ? 1)}}

wraps normalise with support for more complex expressions through use of double vector

(pipeline/normalise {:account {:age '(< ? 1)}}
                     {:schema (schema/schema {:account/age [{:type :long}]})}
                     {:normalise-single [wrap-single-list]})
=> {:account {:age '(< ? 1)}}
raw docstring

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