(relationship-pairs e-by-name)
Generates a set of pairs of relationships
Generates a set of pairs of relationships
(relevant-relationship-from-pair [left right])
Relationship generation strategy.
Relationship generation strategy.
(relevant-tags rule)
Takes a rule (e.g. [= :client :NOClient.me]) and returns a set of all the tags included in the rule (in this case #{:NOClient.me}
Other example: (or (not [= :client :NOClient.me]) [= :uuid :NOClient.they/uuid]) -> #{:NOClient.me :NOClient.they}
Takes a rule (e.g. [= :client :NOClient.me]) and returns a set of all the tags included in the rule (in this case #{:NOClient.me} Other example: (or (not [= :client :NOClient.me]) [= :uuid :NOClient.they/uuid]) -> #{:NOClient.me :NOClient.they}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close