Liking cljdoc? Tell your friends :D

commando.impl.executing


command-driverclj/smultimethod

Post-processing driver for command results. Dispatched on driver-name keyword (first argument).

Arguments: driver-name - keyword, dispatch value driver-params - seq of params from :=> vector (nil when no params) applied-result - value returned by :apply command-data - original command map (before :apply ran) instruction - full instruction map command-path-obj - CommandMapPath object

Post-processing driver for command results.
Dispatched on driver-name keyword (first argument).

Arguments:
  driver-name      - keyword, dispatch value
  driver-params    - seq of params from :=> vector (nil when no params)
  applied-result   - value returned by :apply
  command-data     - original command map (before :apply ran)
  instruction      - full instruction map
  command-path-obj - CommandMapPath object
sourceraw docstring

execute-commandsclj/s

(execute-commands instruction commands)

Execute commands in order, stopping on first failure. Returns [updated-instruction error-info] where error-info is nil on success.

Execute commands in order, stopping on first failure.
Returns [updated-instruction error-info] where error-info is nil on success.
sourceraw 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