Liking cljdoc? Tell your friends :D

genera.core


all-argsclj

(all-args arity predicate)

any-argclj

(any-arg arity predicate)
(any-arg arity predicate base-predicate)
(any-arg arity predicate base-predicate replace?)

assign-handler!clj

(assign-handler! procedure handler & preds)

find-handlerclj

(find-handler generic-procedure applicability)

This is similar to specialize but uses the actual applicability predicates to find the function rather than using an example.

This is similar to [[specialize]] but uses the actual applicability
predicates to find the function rather than using an example.
raw docstring

generic-procedure-constructorclj

(generic-procedure-constructor name arity default-handler)

match-argsclj

(match-args & preds)

specializeclj

(specialize procedure & args)

Allow pre-selecting a defgen or defmethod specialization for inside an inner loop, etc.

Allow pre-selecting a defgen or defmethod specialization for inside an inner loop, etc.
raw docstring

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

× close