Liking cljdoc? Tell your friends :D

mirabelle.event


critical?clj

(critical? event)

Verifies if an event is critical

Verifies if an event is critical
sourceraw docstring

expired?clj

(expired? current-time event)

Verifies if an event is expired

Verifies if an event is expired
sourceraw docstring

most-recentclj

(most-recent events)

Get the most recent event from an event list

Get the most recent event from an event list
sourceraw docstring

most-recent-eventclj

(most-recent-event event1 event2)

Returns the most recent event between both

Returns the most recent event between both
sourceraw docstring

most-recent?clj

(most-recent? event1 event2)

Returns true if event 1 is most recent than event 2. Does not work with events with no time.

Returns true if event 1 is most recent than event 2.
Does not work with events with no time.
sourceraw docstring

sequential-eventsclj

(sequential-events event)
source

tagged-all?clj

(tagged-all? tags event)

Predicate function to check if a collection of tags is present in the tags of event.

Predicate function to check if a collection of tags is
present in the tags of event.
sourceraw docstring

warning?clj

(warning? event)

Verifies if an event is warning

Verifies if an event is warning
sourceraw docstring

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

× close