(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close