Liking cljdoc? Tell your friends :D

pallet.argument

Arguments to actions. Adds capability of evaluating arguments at action application

Arguments to actions.  Adds capability of evaluating arguments at
action application
raw docstring

*session*clj

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.
sourceraw docstring

delayedcljmacro

(delayed [session-sym] & body)

Pass an argument to be evaluated at action application time.

Pass an argument to be evaluated at action application time.
sourceraw docstring

delayed-argument?clj

(delayed-argument? x)

Predicate to test if x is a delayed argument type.

Predicate to test if `x` is a delayed argument type.
sourceraw docstring

delayed-fnclj

(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.
sourceraw docstring

DelayedArgumentcljprotocol

A protocol for passing arguments, with delayed evaluation.

A protocol for passing arguments, with delayed evaluation.

evaluateclj

(evaluate x session)
sourceraw docstring

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

× close