Liking cljdoc? Tell your friends :D

datawalk.datawalk

Transforms data

Transforms data
raw docstring

backwardclj/s

(backward data)
source

dataclj/s

source

drillclj/s

(drill n data)

Given a number n, drill down to that numbered item

Given a number n, drill down to that numbered item
sourceraw docstring

drill-blocking-derefableclj/s

(drill-blocking-derefable n data)

Drilling into a future/promise dereferences it with a fast timeout so we don't block if it doesn't contain a value yet.

Drilling into a future/promise dereferences it with a fast timeout so we
don't block if it doesn't contain a value yet.
sourceraw docstring

drill-derefableclj/s

(drill-derefable n data)
source

drill-mapclj/s

(drill-map n data)
source

drill-seqableclj/s

(drill-seqable n data)
source

drill-sequentialclj/s

(drill-sequential n data)
source

drill-setclj/s

(drill-set n data)
source

exit-with-currentclj/s

(exit-with-current data)
source

forwardclj/s

(forward data)
source

functionclj/s

(function data)
source

helpclj/s

(help ent)
source

help-textclj/s

source

no-opclj/s

(no-op data)
source

pathsclj/s

source

pprint-full-curclj/s

(pprint-full-cur data)
source

pprint-saved-mapclj/s

(pprint-saved-map data)
source

(print-path data)
source

prn-full-curclj/s

(prn-full-cur data)
source

prn-saved-mapclj/s

(prn-saved-map data)
source

quitclj/s

(quit data)
source

rootclj/s

(root data)
source

save-currentclj/s

(save-current data)

Save the current data for later availability. @saved is a map containing numeric indices (for easy retrieval) & arbitrary items. It's 1-indexed for ease of keyboarding, and to serve as a reminder that this is in some sense not a 'natural' index but an arbitrarily constructed one (eg we could have just as easily indexed by a, b, c...).

Save the current data for later availability. @saved is a map containing
numeric indices (for easy retrieval) & arbitrary items. It's 1-indexed for
ease of keyboarding, and to serve as a reminder that this is in some sense not
a 'natural' index but an arbitrarily constructed one (eg we could have just as
easily indexed by a, b, c...). 
sourceraw docstring

save-pathclj/s

(save-path data)
source

savedclj/s

source

the-futureclj/s

source

the-pastclj/s

source

the-rootclj/s

source

upclj/s

(up data)
source

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

× close