Liking cljdoc? Tell your friends :D

pipeline.print

A namespace for printing pipelines, pipeline results and other related things in different ways.

A namespace for printing pipelines, pipeline results
and other related things in different ways.
raw docstring

->short-strclj

(->short-str len v)

map-keysclj

(map-keys f m)

Apply f to all keys in m

Apply f to all keys in m
raw docstring

map-valsclj

(map-vals f m)

Apply f to all values in m

Apply f to all values in m
raw docstring

(print-call step)

Prints the call as close as possible to what a conctete call would look like. Normally, this output can be pasted into the REPL and executed for further debugging

Prints the call as close as possible to what a conctete call
would look like. Normally, this output can be pasted into the REPL and
executed for further debugging
raw docstring

(print-failed-call)
(print-failed-call result)

Prints the call that failed as close as possible to what a conctete call would look like. Normally, this output can be pasted into the REPL and executed for further debugging

Prints the call that failed as close as possible to what a conctete call
would look like. Normally, this output can be pasted into the REPL and
executed for further debugging
raw docstring

(print-run)
(print-run run)
(print-run run ks)

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

× close