Liking cljdoc? Tell your friends :D

reflet.db.tx


reduce-mapsclj/s

(reduce-maps f init tx)
source

tx-zipperclj/s

(tx-zipper tx)

Zipper for traversing transactions. Faster and more robust than clojure.walk, which does not play well with metadata.

Zipper for traversing transactions. Faster and more robust than
clojure.walk, which does not play well with metadata.
sourceraw docstring

walk-mapsclj/s

(walk-maps f tx)
source

walk-txclj/s

(walk-tx f tx)

Walks all nodes of the tx, applying f post depth-first traversal.

Walks all nodes of the tx, applying `f` post depth-first traversal.
sourceraw docstring

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

× close