What is returned by an event
What is returned by an event
(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.
(add-events event-return event)
Add events to the future-events.
Add events to the future-events.
(build state future-events)
(if-return event-return condition then-fn else-fn)
(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.
(schema)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close