Liking cljdoc? Tell your friends :D

init.component


AsComponentcljprotocol

componentclj

(component x)

Coerces x to component.

Coerces `x` to component.
source

Componentclj

source

provided-tagsclj

(provided-tags component)

Returns a set of all tags provided by component.

Returns a set of all tags provided by `component`.
sourceraw docstring

provides?clj

(provides? component selector)

Returns true if component provides selector.

Returns true if `component` provides `selector`.
sourceraw docstring

startclj

(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.
sourceraw docstring

stopclj

(stop component value)

Stops the instance value of the component.

Stops the instance `value` of the `component`.
sourceraw docstring

tagclj

(tag component tag)

Returns an updated component that provides tag.

Returns an updated component that provides `tag`.
sourceraw docstring

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

× close