Liking cljdoc? Tell your friends :D

locket.core


installclj/s

(install state-machine)

Installs a state-machine. This is a side-effecting operation that adds handlers.

Installs a state-machine.
This is a side-effecting operation that adds handlers.
sourceraw docstring

interceptorclj/s

(interceptor state-machine)

Generic interceptor for state machine interactions. Updates the state of the db in the given path

Generic interceptor for state machine interactions.
Updates the state of the db in the given path
sourceraw docstring

ns-kwclj/s

(ns-kw k1 k2)

Namespace keyword k2 with keyword k1

Namespace keyword k2 with keyword k1
sourceraw docstring

statesclj/s

(states state-machine)

Returns all the states from a state machine

Returns all the states from a state machine
sourceraw docstring

transitionsclj/s

(transitions state-machine)
(transitions state-machine state)

Returns all the transition events in a state machine. If a state is provided as a second argument, returns all the transitions from that state

Returns all the transition events in a state machine.
If a state is provided as a second argument, returns all the transitions from that state
sourceraw docstring

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

× close