Liking cljdoc? Tell your friends :D

automaton-simulation-de.scheduler.event-return

What is returned by an event.

What is returned by an event.
raw docstring

add-eventclj/s

(add-event event-return event)
(add-event event-return event date)

Adds event to the event-return, so it will be executed as a future event. date is an optional parameter that impose to the event the date it should be executed.

Adds `event` to the event-return, so it will be executed as a future event.
`date` is an optional parameter that impose to the event the date it should be executed.
raw docstring

add-eventsclj/s

(add-events event-return event)

Add events to the future-events.

Add events to the future-events.
raw docstring

buildclj/s

(build state future-events)

if-returnclj/s

(if-return event-return condition then-fn else-fn)

nthclj/s

(nth event-return events-to-choose)
(nth event-return events-to-choose date)

Uniformly choose one event among many.

Uniformly choose one event among many.
raw docstring

schemaclj/s


update-snapshotclj/s

(update-snapshot snapshot
                 {:automaton-simulation-de.scheduler.event-return/keys
                    [future-events state]})

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

× close