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 is a website building & hosting documentation for Clojure/Script libraries

× close