Liking cljdoc? Tell your friends :D

fabrikk.directives.core


buildclj/s

(build factory)
(build factory build-opts)

build-listclj/s

(build-list factory n)
(build-list factory n build-opt+)

coerce-factoryclj/s

(coerce-factory factory)

constantclj/s

(constant x)

deriveclj/s

(derive key-or-path f)

get-numberclj/s

(get-number cache sequence-key)

increment-numberclj/s

(increment-number cache sequence-key)

reset-sequence!clj/s

(reset-sequence!)

sequenceclj/s

(sequence f identifier)

Creates a directive that returns a sequence of numbers that may be transformed by an optional function 'f'. The sequence is scoped to the primary factory by default.

Passing an identifier allows the scope to be shared in multiple contexts. A nil identifier or an unavailable factory result in a global scope

Creates a directive that returns a sequence of numbers that may be transformed by
an optional function 'f'. The sequence is scoped to the primary factory by default.

Passing an identifier allows the scope to be shared in multiple contexts. A nil identifier
or an unavailable factory result in a global scope
raw docstring

sequence-cacheclj/s

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

× close