(partially-satisfies? p v)
Returns true if value v extends protocol p, otherwise false.
A value is considered to 'extend' protocol p either if:
Returns true if value v extends protocol p, otherwise false. A value is considered to 'extend' protocol p either if: - p implements the protocols interface, or - p extends the protocol via clojure.core/extend, or - p implements at least one method via metadata if supported by the protocol
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 |