Liking cljdoc? Tell your friends :D

martian.schema-tools


key-seqsclj/s

(key-seqs schema)

Returns a collection of paths which would address all possible entries (using get-in) in data described by the schema

Returns a collection of paths which would address all possible entries (using `get-in`) in data described by the schema
sourceraw docstring

postwalk-with-pathclj/s

(postwalk-with-path f path form)
source

prewalk-with-pathclj/s

(prewalk-with-path f path form)
source

walk-with-pathclj/s

(walk-with-path inner outer form)
(walk-with-path inner outer path form)

Identical to clojure.walk/walk except keeps track of the path through the data structure (as per get-in) as it goes, calling inner and outer with two args: the path and form

Identical to `clojure.walk/walk` except keeps track of the path through the data structure (as per `get-in`)
as it goes, calling `inner` and `outer` with two args: the path and form
sourceraw docstring

with-pathsclj/s

(with-paths path schema)
source

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

× close