Liking cljdoc? Tell your friends :D

re-frame-macros.core


->timeclj/smacro

(->time f)

Own time implementation - output information about the function and the time of its execution

Own time implementation - output information about the function and the time of its execution
sourceraw docstring

->time->clj/smacro

(->time-> arg f)

->time with arguments (for -> macro)

->time with arguments (for -> macro)
sourceraw docstring

->time->>clj/smacro

(->time->> f arg)

->time with arguments (for ->> macro)

->time with arguments (for ->> macro)
sourceraw docstring

...clj/smacro

(... & vars)

A macro that turns a list of variables into a map

A macro that turns a list of variables into a map
sourceraw docstring

let-subclj/smacro

(let-sub bindings & body)
source

md-reg-eventclj/smacro

(md-reg-event name middlewares)
source

md-reg-sub-eventclj/smacro

(md-reg-sub-event middlewares name default-value)
source

reg-eventclj/smacro

(reg-event name)
source

reg-event-debugclj/smacro

(reg-event-debug name message)
source

reg-event-inclj/smacro

(reg-event-in name path)
source

reg-event-in-resetclj/smacro

(reg-event-in-reset name path default-value)
source

reg-event-in-updateclj/smacro

(reg-event-in-update name path first-value func)
source

reg-event-infoclj/smacro

(reg-event-info name message)
source

reg-event-updateclj/smacro

(reg-event-update name first-value func)
source

reg-subclj/smacro

(reg-sub name default-value)
source

reg-sub-eventclj/smacro

(reg-sub-event name default-value)
source

reg-sub-inclj/smacro

(reg-sub-in name path default-value)
source

reg-sub-in-findclj/smacro

(reg-sub-in-find name path find-fn)
source

reg-sub-in-mapclj/smacro

(reg-sub-in-map name path map-fn)
source

reg-sub-in=clj/smacro

(reg-sub-in= name path test-value)
source

reg-sub=clj/smacro

(reg-sub= name test-value)
source

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

× close