Liking cljdoc? Tell your friends :D

k16.mallard


redo!clj

(redo! props)

Reapply the last applied operation. This will roll it back first

Reapply the last applied operation. This will roll it back first
sourceraw docstring

runclj

(run props args)

A run function designed to be called from an applications -main fn.

Accepts executor params (see below) as well as process argv arguments.

Available arguments are [up, down, next, undo, redo].

Executor props should be provided containing:

  • :context - context map to be passed to executing operations
  • :store - a DataStore implementation
  • :operations - a set of operations to be executed
A run function designed to be called from an applications -main fn.

Accepts executor params (see below) as well as process argv arguments.

Available arguments are `[up, down, next, undo, redo]`.

Executor `props` should be provided containing:

- :context - context map to be passed to executing operations
- :store - a DataStore implementation
- :operations - a set of operations to be executed
sourceraw docstring

run-down!clj

(run-down! props)

Rollback all applied operations

Rollback all applied operations
sourceraw docstring

run-next!clj

(run-next! props)

Run the next unapplied operation

Run the next unapplied operation
sourceraw docstring

run-up!clj

(run-up! props)

Execute all unapplied operations

Execute all unapplied operations
sourceraw docstring

undo!clj

(undo! props)

Rollback the last applied operation

Rollback the last applied operation
sourceraw docstring

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

× close