Liking cljdoc? Tell your friends :D

methodical.impl.dispatcher.common

Utility functions for implementing Dispatchers.

Utility functions for implementing Dispatchers.
raw docstring

methodical.impl.dispatcher.everything

No vars found in this namespace.

methodical.impl.dispatcher.multi-default

A single-hierarchy dispatcher similar to the standard dispatcher, with one big improvement: when dispatching on multiple values, it supports default methods that specialize on some args and use the default for others. (e.g. [String :default]

A single-hierarchy dispatcher similar to the standard dispatcher, with one big improvement: when dispatching on
multiple values, it supports default methods that specialize on some args and use the default for others. (e.g.
`[String :default]`
raw docstring

methodical.impl.dispatcher.standard

A single-hierarchy dispatcher that behaves similarly to the way multimethod dispatch is done by vanilla Clojure multimethods, but with added support for auxiliary methods.

A single-hierarchy dispatcher that behaves similarly to the way multimethod dispatch is done by vanilla Clojure
multimethods, but with added support for auxiliary methods.
raw docstring

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

× close