Liking cljdoc? Tell your friends :D

std.pretty.dispatch


chained-lookupclj

(chained-lookup dispatchers)
(chained-lookup a b & more)

chains two or more lookups together

(chained-lookup (inheritance-lookup printer/clojure-handlers) (inheritance-lookup printer/java-handlers))

chains two or more lookups together

(chained-lookup
 (inheritance-lookup printer/clojure-handlers)
(inheritance-lookup printer/java-handlers))
raw docstring

inheritance-lookupclj

(inheritance-lookup dispatch)

checks if items inherit from the handlers

((inheritance-lookup printer/clojure-handlers) clojure.lang.Atom) => fn?

((inheritance-lookup printer/clojure-handlers) String) => nil

checks if items inherit from the handlers

((inheritance-lookup printer/clojure-handlers)
 clojure.lang.Atom)
=> fn?

((inheritance-lookup printer/clojure-handlers)
 String)
=> nil
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close