Liking cljdoc? Tell your friends :D

flatland.useful.dispatch


defdispatchcljmacro

(defdispatch name docstring? attr-map? dispatch-fn & options)

Defines a function that dispatches using the given dispatch function to determine the namespace and function to call.

Defines a function that dispatches using the given dispatch function to determine the
namespace and function to call.
sourceraw docstring

dispatcherclj

(dispatcher dispatch-fn & options)

Returns a function that dispatches using the given dispatch function to determine the namespace and function to call.

Returns a function that dispatches using the given dispatch function to determine the
namespace and function to call.
sourceraw docstring

get-sub-typeclj

(get-sub-type hierarchy ns)
source

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

× close