Liking cljdoc? Tell your friends :D
Clojure only.

views.protocols


IViewcljprotocol

dataclj

(data this namespace parameters)

Returns view data.

Returns view data.

idclj

(id this)

A unique identifer for a view.

A unique identifer for a view.

relevant?clj

(relevant? this namespace parameters hints)

Given hints of the form {:namespace x :hint y}, the view must return true if the hint indicates that an instance of this view with supplied namespace and parameters might require updating. It is always safe to return true, but false sure be returned only if you are sure this view does not need updating.

Given hints of the form {:namespace x :hint y}, the view must
return true if the hint indicates that an instance of this view
with supplied namespace and parameters might require updating.
It is always safe to return true, but false sure be returned only
if you are sure this view does not need updating.
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close