Liking cljdoc? Tell your friends :D

a-frame.cofx


inject-cofxclj/s

(inject-cofx id)
(inject-cofx id arg-spec)

creates an InterceptorSpec data-structure for an event interceptor chain

creates an InterceptorSpec data-structure for an event
interceptor chain
sourceraw docstring

inject-cofx-interceptorclj/s

the interceptor functions to execute the interceptor described by an InterceptorSpec produced by inject-cofx

the interceptor functions to execute the interceptor
described by an InterceptorSpec produced by inject-cofx
sourceraw docstring

inject-validated-cofxclj/s

(inject-validated-cofx id schema)
(inject-validated-cofx id arg-spec schema)
(inject-validated-cofx id arg-spec schema path)

a cofx with a result with a defined schema to be injected

  • id : the cofx id
  • :schema : the schema of the injected value
  • :arg-spec : specification of the cofx handler arg
  • :path : optional path in the coeffects to inject the value. defaults to id
a cofx with a result with a defined schema to be
injected

- `id` : the cofx id
- `:schema` : the schema of the injected value
- `:arg-spec` : specification of the cofx handler arg
- `:path` : optional path in the coeffects to inject the value.
            defaults to `id`
sourceraw docstring

inject-validated-cofx-interceptorclj/s

source

reg-cofxclj/s

(reg-cofx id handler)
source

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

× close