the Coeffects that a handler will see
the Coeffects that a handler will see
(derive-coeffects-schema expected-coeffects-schema)
(derive-coeffects-schema event-schema expected-coeffects-schema)
(derive-coeffects-schema closed? event-schema expected-coeffects-schema)
given some expected coeffects, derive a Coeffects schema from the base schema (always including the event, with a lax schema if no stricter schema is given)
given some expected coeffects, derive a Coeffects schema from the base schema (always including the event, with a lax schema if no stricter schema is given) - closed? : true to prevent additional coeffect keys. false by default - event-schema : a more restrictive schema for the event - expected-coeffects-schema : a map schema for exepcted coeffects
an event along with some options affecting event processing
an event along with some options affecting event processing
these are initial coeffects which can be given to a dispatch they don't yet have the Event associated with them
these are initial coeffects which can be given to a dispatch they don't yet have the Event associated with them
an event as dispatched by applications
an event as dispatched by applications
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close