Liking cljdoc? Tell your friends :D

juxt.pull.protocol

Protocols to support map-like pull.

Clojure's find function are defined on fixed set of classes (java.util.Map), but there are map like structures which does not implements Map interface, such as datomic.Entity. To support these, you need adapt Findable protocol, to support wildcard, adapt WildcardSupport protocol

Protocols to support map-like pull.

Clojure's find function are defined on fixed set of classes (java.util.Map),
but there are map like structures which does not implements Map interface,
such as datomic.Entity. To support these, you need adapt Findable protocol,
to support wildcard, adapt WildcardSupport protocol
raw docstring

Findablecljprotocol

-findclj

(-find o k)

Returns a pair of key, value of key k

Returns a pair of key, value of key k
source

WildcardSupportcljprotocol

-keysclj

(-keys o)

Returns all keys of object o

Returns all keys of object o
source

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