Liking cljdoc? Tell your friends :D
Clojure only.

everest.handler

An event handler is a function of Event -> Result where a Result is an arbitrary value.

An event handler is a function of `Event -> Result` where a `Result` is an arbitrary value.
raw docstring

handled?clj

(handled? result)

True if the given result of a handlers execution indicates that the event was handled (i.e. not skipped) by the handler.

True if the given `result` of a handlers execution indicates that the event
was handled (i.e. not skipped) by the handler.
raw docstring

skipclj

(skip)

Return the result of (skip) from a handler function to indicate that the event was skipped by the handler.

This is effectively a signal to outer handler middleware to skip any unnecessary work.

Return the result of `(skip)` from a handler function to indicate that the
event was skipped by the handler.

This is effectively a signal to outer handler middleware to skip any
unnecessary work.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close