(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))
(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
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |