Liking cljdoc? Tell your friends :D

dime.util


*expose-meta-key*clj

source

*inject-meta-key*clj

source

*post-inject-meta-key*clj

source

*pre-inject-meta-key*clj

source

is-or-has?clj

(is-or-has? container element)

Return true if container is the same as element or container is a collection containing element, false otherwise. Useful to check for existence of pre or post injector.

Return true if container is the same as element or container is a collection containing element, false otherwise.
Useful to check for existence of pre or post injector.
sourceraw docstring

post-inject-alterclj

(post-inject-alter the-var)

Bind specified var to the injected.

Bind specified var to the injected.
sourceraw docstring

post-inject-identityclj

(post-inject-identity injected node-id deps)

Identity post injector - return the injected object intact.

Identity post injector - return the injected object intact.
sourceraw docstring

post-inject-invokeclj

(post-inject-invoke injected node-id deps)

Invoke the injected as if it were a no-argument fn.

Invoke the injected as if it were a no-argument fn.
sourceraw docstring

pre-inject-identityclj

(pre-inject-identity injectable deps)

Identity pre injector - return the injectable object intact.

Identity pre injector - return the injectable object intact.
sourceraw docstring

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

× close