Liking cljdoc? Tell your friends :D

methodical.impl.multifn.standard


standard-effective-methodclj

(standard-effective-method method-combination
                           dispatcher
                           method-table
                           dispatch-value)

Build an effective method using the 'standard' technique, taking the dispatch-value-method pairs in the method-table, finiding applicable ones using dispatcher, and combining them using method-combination.

Build an effective method using the 'standard' technique, taking the dispatch-value-method pairs in the
`method-table`, finiding applicable ones using `dispatcher`, and combining them using `method-combination`.
sourceraw docstring

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

× close