Liking cljdoc? Tell your friends :D

unixsocket-http.impl.delegate


delegatecljmacro

(delegate {:keys [class via except additional]})

Used inside a :gen-class namespace this macro will generate all method definitions of class, delegating calls to the value returned by via.

You can set up exclusions using except.

Used inside a `:gen-class` namespace this macro will generate all
method definitions of `class`, delegating calls to the value
returned by `via`.

You can set up exclusions using `except`.
sourceraw docstring

is-public-instance-method?clj

(is-public-instance-method? method)
source

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

× close