Liking cljdoc? Tell your friends :D

mount.extensions.basic

Basic extensions for influencing which states are started or stopped.

Basic extensions for influencing which states are started or
stopped.
raw docstring

ns-statesclj

(ns-states & nss)

Returns a sequence of the state vars that reside in the given namespaces (symbols, strings and/or actual namespace objects).

Returns a sequence of the state vars that reside in the given
namespaces (symbols, strings and/or actual namespace objects).
sourceraw docstring

with-exceptcljmacro

(with-except state-vars & body)

Reduce the available states for starting or stopping, to all the current *states* except for the given state vars, inside the body.

Reduce the available states for starting or stopping, to all the
current `*states*` except for the given state vars, inside the body.
sourceraw docstring

with-onlycljmacro

(with-only state-vars & body)

Reduce the available states for starting or stopping, to the given state vars, inside the body. The state vars don't need to be in dependency order, this is deduced from the root *states* binding.

Reduce the available states for starting or stopping, to the given
state vars, inside the body. The state vars don't need to be in
dependency order, this is deduced from the root `*states*` binding.
sourceraw docstring

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

× close