Arguments to actions. Adds capability of evaluating arguments at action application
Arguments to actions. Adds capability of evaluating arguments at action application
Provides a session inside a delayed function. This should be considered an implementation detail.
Provides a session inside a delayed function. This should be considered an implementation detail.
(delayed [session-sym] & body)
Pass an argument to be evaluated at action application time.
Pass an argument to be evaluated at action application time.
(delayed-argument? x)
Predicate to test if x
is a delayed argument type.
Predicate to test if `x` is a delayed argument type.
(delayed-fn f)
Pass a function with a single argument, to be used to compute an argument at action application time.
Pass a function with a single argument, to be used to compute an argument at action application time.
A protocol for passing arguments, with delayed evaluation.
A protocol for passing arguments, with delayed evaluation.
(evaluate x session)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close