Public Variable |
Short Description |
*DEBUG? (clj)
|
|
dissoc-in (clj)
|
Dissociates an entry from a nested associative structure returning a new nested structure. |
enable-debug? (clj)
|
|
flow->handler (clj)
|
Action the given flow effect. |
make-flow-event-handler (clj)
|
Given a flow definition, returns an event handler which implements this definition. |
map-when->fn (clj)
|
|
massage-rules (clj)
|
Massage the supplied rules as follows: - replace `:when` keyword value with a function implementing the predicate - ensure that only one of `:dispatch`, `:dispatch-n` or `:dispatch-fn` is provided - add a unique :id, if one not already present. |
seen-all-of? (clj)
|
|
seen-any-of? (clj)
|
|
startable-rules (clj)
|
Given the accumulated set of seen events and the set of rules already started, return the list of rules which should now be started. |
when->fn (clj)
|
|