Liking cljdoc? Tell your friends :D

schema-tools.experimental.walk

Add walk support for schema.experimental.* Schemas.

Extends the WalkableSchema so requiring this namespace somewhere provides global support.

Note: Walking through either abstract-map or extended-schema doesn't change the other. I.e. if you have Animal and Cat, which extends Animal, and walk through the Cat the Animal is not changed.

Add walk support for schema.experimental.* Schemas.

Extends the WalkableSchema so requiring this namespace somewhere provides
global support.

Note: Walking through either abstract-map or extended-schema doesn't change
the other. I.e. if you have Animal and Cat, which extends Animal, and walk
through the Cat the Animal is not changed.
raw docstring

No vars found in this namespace.

schema-tools.walk

Provides walk function which can be used to transform schemas while preserving their structure and type.

Provides walk function which can be used to transform schemas while
preserving their structure and type.
raw docstring

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

× close