Interceptor executor. Collects and executes interceptors and the given action in between.
Interceptor executor. Collects and executes interceptors and the given action in between.
(execute state default-interceptors)
Execute the interceptors queue and invoke the action procedure between its enter-leave stacks.
Execute the interceptors queue and invoke the action procedure between its enter-leave stacks.
(interceptor->fn side interceptor)
Parse the interceptor function 'side' (:enter/:leave) to a lambda function that uses the try-catch approach to handle the interceptor exception if occurs.
Parse the interceptor function 'side' (:enter/:leave) to a lambda function that uses the try-catch approach to handle the interceptor exception if occurs.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close