Liking cljdoc? Tell your friends :D

com.timezynk.cancancan.condition


_!clj

(_! x)

_&clj

(_& x & xs)

_|clj

(_| x & xs)

compileclj

(compile conditions user roles modules)

defconditioncljmacro

(defcondition & xs)

Expands each of its arguments into an implementation of make. Uses the first three parameters as dispatch values. Uses the fourth as return value.

Expands each of its arguments into an implementation of `make`.
Uses the first three parameters as dispatch values.
Uses the fourth as return value.
raw docstring

makecljmultimethod

Converts an ability (i.e. action / object / scope triplet) to a condition.

Converts an ability (i.e. action / object / scope triplet) to a condition.
raw docstring

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

× close