(component x)
Coerces x
to component.
Coerces `x` to component.
(provided-tags component)
Returns a set of all tags provided by component
.
Returns a set of all tags provided by `component`.
(provides? component selector)
Returns true if component
provides selector
.
Returns true if `component` provides `selector`.
(start component inputs)
Starts component
with resolved dependencies as input
, and returns an
instance value.
Starts `component` with resolved dependencies as `input`, and returns an instance value.
(stop component value)
Stops the instance value
of the component
.
Stops the instance `value` of the `component`.
(tag component tag)
Returns an updated component that provides tag
.
Returns an updated component that provides `tag`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close