Contains factory functions that produce group matchers. Group matchers are used to retrieve triggers and jobs from the scheduler en masse.
Contains factory functions that produce group matchers. Group matchers are used to retrieve triggers and jobs from the scheduler en masse.
(group-contains s)
Returns a group matcher that matches keys in all groups that contain the given substring
Returns a group matcher that matches keys in all groups that contain the given substring
(group-ends-with s)
Returns a group matcher that matches keys in all groups that end with the given suffix
Returns a group matcher that matches keys in all groups that end with the given suffix
(group-equals s)
Returns a group matcher that matches keys in the given group
Returns a group matcher that matches keys in the given group
(group-starts-with s)
Returns a group matcher that matches keys in all groups that start with the given prefix
Returns a group matcher that matches keys in all groups that start with the given prefix
(match? matcher key)
Returns true if given group matcher matches the given key
Returns true if given group matcher matches the given key
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close