Liking cljdoc? Tell your friends :D

thrift-clj.utils.namespaces

Namespace Building Utilities

Namespace Building Utilities
raw docstring

def-reload-indicatorcljmacro

(def-reload-indicator id)

Creates a function that takes an ID (e.g. symbol, keyword) as parameter and decides whether the ID has to be reloaded by observing whether the ID has been loaded since the namesapce the indicator lies in has been reloaded.

Creates a function that takes an ID (e.g. symbol, keyword) as parameter and decides
whether the ID has to be reloaded by observing whether the ID has been loaded since
the namesapce the indicator lies in has been reloaded.
sourceraw docstring

internal-namespace-exists?clj

(internal-namespace-exists? ns-key)

Does a given internal Namespace exist?

Does a given internal Namespace exist?
sourceraw docstring

internal-nscljmacro

(internal-ns ns-key & body)

Create new internal Namespace.

Create new internal Namespace.
sourceraw docstring

internal-ns-addclj

(internal-ns-add ns-key ns-id)

Add internal Namespace.

Add internal Namespace.
sourceraw docstring

internal-ns-importcljmacro

(internal-ns-import ns-key & types)

Import Classes from the given internal Namespace.

Import Classes from the given internal Namespace.
sourceraw docstring

internal-ns-referclj

(internal-ns-refer ns-key & symbols)

Refers to the named vars of the given internal Namespace.

Refers to the named vars of the given internal Namespace.
sourceraw docstring

internal-ns-removeclj

(internal-ns-remove ns-key)

Remove internal Namespace.

Remove internal Namespace.
sourceraw docstring

internal-ns-requireclj

(internal-ns-require ns-key ns-alias)

Require internal Namespace identified by the given key using a mandatory alias.

Require internal Namespace identified by the given key using a mandatory alias.
sourceraw docstring

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

× close